setup-node/node_modules/bs-logger/dist/logger/root.d.ts
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

4 lines
147 B
TypeScript

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