Urara-Blog/node_modules/.pnpm-store/v3/files/cd/f9ef8a17a78ccb948f8f1c03dac9bd79f9212caba857e983c975d0ff53c46f51c5fe088936692e68d40de20f00b9ae16db54895707e9e3c05d219e0be72762
2022-08-14 01:14:53 +08:00

5 lines
337 B
Text

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;