Searched refs:createDebug (Results 1 – 2 of 2) sorted by relevance
8 createDebug.debug = createDebug;9 createDebug.default = createDebug;10 createDebug.coerce = coerce;11 createDebug.disable = disable;12 createDebug.enable = enable;13 createDebug.enabled = enabled;14 createDebug.humanize = require('ms');15 createDebug.destroy = destroy;18 createDebug[key] = env[key];25 createDebug.names = [];[all …]
3541 createDebug.debug = createDebug;3542 createDebug.default = createDebug;3543 createDebug.coerce = coerce;3544 createDebug.disable = disable;3545 createDebug.enable = enable;3546 createDebug.enabled = enabled;3547 createDebug.humanize = require_ms();3548 createDebug.destroy = destroy;3550 createDebug[key] = env2[key];3552 createDebug.names = [];[all …]