Files
pole-book/server/node_modules/@strapi/logger/dist/constants.d.ts

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