Module Ext_module_system

type t =
  1. | NodeJS
  2. | Es6
  3. | Es6_global
;
let default: t;
let compatible: dep:t => t => bool;
let runtime_dir: t => string;
let runtime_package_path: string => string;
let to_string: t => string;
let of_string_exn: string => t;
let of_string: string => option(t);