setup-node/node_modules/bs-logger/dist/logger/root.d.ts
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

5 lines
147 B
TypeScript

import { Logger } from '.';
declare const setup: (factory?: () => Logger) => void;
declare const rootLogger: Logger;
export { rootLogger, setup };