15 lines
393 B
JavaScript
15 lines
393 B
JavaScript
'use strict';
|
|
|
|
var prettyPrint = require('./pretty-print.js');
|
|
var levelFilter = require('./level-filter.js');
|
|
var excludeColors = require('./exclude-colors.js');
|
|
var detailedLog = require('./detailed-log.js');
|
|
|
|
|
|
|
|
exports.prettyPrint = prettyPrint;
|
|
exports.levelFilter = levelFilter;
|
|
exports.excludeColors = excludeColors;
|
|
exports.detailedLogs = detailedLog;
|
|
//# sourceMappingURL=index.js.map
|