kjelsrud.dev/node_modules/uvu/diff/index.d.ts
2023-07-19 21:31:30 +02:00

5 lines
337 B
TypeScript

export function chars(input: any, expects: any): string;
export function lines(input: any, expects: any, linenum?: number): string;
export function direct(input: any, expects: any, lenA?: number, lenB?: number): string;
export function compare(input: any, expects: any): string;
export function arrays(input: any, expects: any): string;