UNPKG

revbits-cip-integration

Version:
10 lines (9 loc) 264 B
declare function info(...messages: any[]): void; declare function warn(...messages: any[]): void; declare function error(...messages: any[]): void; export declare const logger: { info: typeof info; warn: typeof warn; error: typeof error; }; export {};