Module Bindoj_apidir_typescript

type resolution_strategy = [
  1. | `no_resolution
  2. | `import_location of string
  3. | `inline_type_definition
  4. | `infile_type_definition of [ `export | `no_export ]
]
val gen_raw : ?resolution_strategy: (Bindoj_typedesc.Typed_type_desc.boxed_type_decl -> resolution_strategy) -> ?bindoj_namespace:string -> ?mod_prefix:string -> mod_name:string -> Bindoj_apidir_shared.registry_info -> string