login/node_modules/bs-logger/dist/logger/root.d.ts
2020-10-12 14:50:25 +05:30

4 lines
147 B
TypeScript

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