Module Bindoj_gen_ts.Generator

This module provides functions to generate TypeScript code.

type resolution_strategy = [
  1. | `import_location of string
  2. | `no_resolution
]

Writes the whole results of generate_import, generate_env, generate_decl.