6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
import { config } from 'winston';
|
|
declare const LEVELS: config.NpmConfigSetLevels;
|
|
declare const LEVEL_LABEL = "silly";
|
|
declare const LEVEL: number;
|
|
export { LEVEL, LEVEL_LABEL, LEVELS };
|
|
//# sourceMappingURL=constants.d.ts.map
|