UNPKG

@difizen/mana-core

Version:

9 lines (8 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debug = exports.DebugService = void 0; var _debug = require("debug"); var debug = exports.debug = (0, _debug.debug)('[mana-core]'); var DebugService = exports.DebugService = Symbol('DebugService');