login/node_modules/bs-logger/dist/logger/root.d.ts
2024-01-17 15:17:40 +08:00

4 lines
147 B
TypeScript

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