debug.js 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.d = void 0; const debug = require("debug"); exports.d = debug('electron-universal'); //# sourceMappingURL=debug.js.map