bs-platform
Version:
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
41 lines (29 loc) • 423 B
JavaScript
function test(x) {
if (typeof x === "string") {
return /* tuple */[
/* String */0,
x
];
} else {
return /* tuple */[
/* Buffer */1,
x
];
}
}
var Path;
var Fs;
var Process;
var Module;
var $$Buffer;
var Child_process;
export {
Path ,
Fs ,
Process ,
Module ,
$$Buffer ,
Child_process ,
test ,
}
/* No side effect */