UNPKG

uvu-jest

Version:

Run the existing jest code with uvu

9 lines 521 B
export function arrays(input: any, expect: any): string; export function lines(input: any, expect: any, linenum?: number): string; export function chars(input: any, expect: any): string; export function direct(input: any, expect: any, lenA?: number, lenB?: number): string; export function sort(input: any, expect: any): {}; export function circular(): (key: any, val: any) => any; export function stringify(input: any): string; export function compare(input: any, expect: any): string; //# sourceMappingURL=diff.d.ts.map