UNPKG

flowed

Version:

A fast and reliable flow engine for orchestration and more uses in *Node.js*, *Deno* and the browser

13 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const debug_1 = require("debug"); const debugs = {}; exports.default = (scope) => { let d = debugs[scope]; if (typeof d === 'undefined') { d = (0, debug_1.default)(`flowed:${scope}`); debugs[scope] = d; } return d; }; //# sourceMappingURL=debug.js.map