UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

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