UNPKG

appwright

Version:

E2E mobile app testing done right, with the Playwright test runner

9 lines 243 B
declare class CustomLogger { log(...args: any[]): void; warn(...args: any[]): void; error(...args: any[]): void; logEmptyLine(): void; } export declare const logger: CustomLogger; export {}; //# sourceMappingURL=logger.d.ts.map