initial commit
This commit is contained in:
34
node_modules/unenv/runtime/npm/debug.cjs
generated
vendored
Normal file
34
node_modules/unenv/runtime/npm/debug.cjs
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
module.exports = void 0;
|
||||
|
||||
const noop = () => {};
|
||||
|
||||
const debug = () => console.debug;
|
||||
|
||||
Object.assign(debug, {
|
||||
default: debug,
|
||||
coerce: noop,
|
||||
disable: noop,
|
||||
enable: noop,
|
||||
enabled: noop,
|
||||
humanize: noop,
|
||||
destroy: noop,
|
||||
init: noop,
|
||||
log: console.debug,
|
||||
formatArgs: noop,
|
||||
save: noop,
|
||||
load: noop,
|
||||
useColors: noop,
|
||||
colors: [],
|
||||
inspectOpts: {},
|
||||
names: [],
|
||||
skips: [],
|
||||
formatters: {},
|
||||
selectColors: noop
|
||||
});
|
||||
var _default = debug;
|
||||
module.exports = _default;
|
||||
Reference in New Issue
Block a user