4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-09 14:06:56 +00:00
setup-helm/node_modules/bs-logger/dist/logger/root.d.ts

4 lines
147 B
TypeScript

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