UNPKG

147 BTypeScriptView Raw
1import { Logger } from '.';
2declare const setup: (factory?: () => Logger) => void;
3declare const rootLogger: Logger;
4export { rootLogger, setup };