login/node_modules/bs-logger/dist/logger/root.d.ts
Balaga Gayatri 74dd83c7c8 node_modules
2021-10-22 12:50:18 +05:30

4 lines
147 B
TypeScript

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