UNPKG

jest-cucumber

Version:
8 lines (7 loc) 169 B
export declare class FormatterDiskLogger { private path; private logs; constructor(path: string); log(logText: string): void; save(): void; }