UNPKG

cypress-contract-stubs

Version:

Cypress plugin for Spring Contract Stubs

8 lines (7 loc) 229 B
declare function debugLog(type: string, ...args: unknown[]): void; declare function errorLog(error: string | ErrorEvent): void; export declare const logger: { debug: typeof debugLog; error: typeof errorLog; }; export {};