module Node:sig
..end
module Path: Node_path
module Fs: Node_fs
module Process: Node_process
module Module: Node_module
module Buffer: Node_buffer
module Child_process: Node_child_process
type
node_exports
typenode_module =
< children : node_module array; exports : node_exports;
filename : string; id : string; loaded : Js.boolean;
parrent : node_module Js.null_undefined; paths : string array >
Js.t
typenode_require =
< main : node_module Js.undefined;
resolve : ([ `Arity_1 of string ], string) Js.Internal.fn >
Js.t
type
string_buffer
type
buffer
type '_
string_buffer_kind =
| |
String | : | string string_buffer_kind |
| |
Buffer | : | buffer string_buffer_kind |
val test : string_buffer -> 'a string_buffer_kind * 'a