Ext_module_system
type t =
| NodeJS
| Es6
| 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);