UNPKG

debug-color2

Version:

colorize console log, this module can work with require('debug')

10 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.processPlatform = void 0; function processPlatform() { if (typeof process !== 'undefined') { return process.platform; } } exports.processPlatform = processPlatform; //# sourceMappingURL=processPlatform.js.map