login/node_modules/bs-logger/dist/logger/root.d.ts
2023-11-20 14:12:35 +08:00

4 lines
147 B
TypeScript

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