UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

5 lines (4 loc) 390 B
import { VariationsForEachParameter, Printer } from "../Providers/Jest/CombinationApprovals"; export declare function printArray<T>(header: string, list: T[], formatter?: (element: T) => string): string; export declare function printJson(data: any): string; export declare function printCombinations<T extends any[]>(func: Printer<T>, ...variations: VariationsForEachParameter<T>): string;