UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

5 lines (4 loc) 95 B
export interface Writer { getFileExtension(): string; write(filePath: string): void; }