time-to-botec/squiggle/node_modules/@rescript/std/lib/es6/node.js

40 lines
398 B
JavaScript
Raw Normal View History

function test(x) {
if (typeof x === "string") {
return [
/* String */0,
x
];
} else {
return [
/* 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 */