envio
Version:
A latency and sync speed optimized, developer friendly blockchain data indexer.
30 lines (22 loc) • 456 B
JavaScript
// Generated by ReScript, PLEASE EDIT WITH CARE
;
var Util = require("util");
function inspectObj(a) {
return Util.inspect(a, {
showHidden: false,
depth: null,
colors: true
});
}
var Util$1 = {
inspectObj: inspectObj
};
var Path = {};
var Promises = {};
var Fs = {
Promises: Promises
};
exports.Util = Util$1;
exports.Path = Path;
exports.Fs = Fs;
/* util Not a pure module */