github-pages-deploy-action/node_modules/bs-logger/dist/logger/root.d.ts
2019-11-19 07:48:29 -05:00

5 lines
147 B
TypeScript

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