install-nix-action/node_modules/bs-logger/dist/logger/root.d.ts
Domen Kožar 49df04613e
v7
2020-02-24 13:29:22 +01:00

4 lines
147 B
TypeScript

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