ocsigen / ts2ocaml

Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessarily duplicated `option` type

cannorin opened this issue · comments

val get_localeMatcher: 'tags this -> ([`L_s24_best_fit[@js "best fit"] | `L_s57_lookup[@js "lookup"]] [@js.enum]) option option [@@js.get "localeMatcher"]

Caused by #314