Skip to content

Commit

Permalink
Compiler: Remove unnecessary export (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole authored Aug 27, 2024
1 parent 9602504 commit 39a6f9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/js_of_ocaml/json.mli
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ val unsafe_input : Js.js_string Js.t -> 'a

(**/**)

val output_ : 'a -> string

val set_use_native_stringify : bool -> unit
(** Only affects js_of_ocaml. Whether to use native Javascript [stringify] to
turn a value into JSON in {!val:output}. Otherwise, fall back to the slower
Expand Down

0 comments on commit 39a6f9b

Please sign in to comment.