UNPKG

99 BTypeScriptView Raw
1export declare function createLogger(name: string): {
2 log: (...args: unknown[]) => void;
3};