login/node_modules/yargs/build/lib/argsert.d.ts
Balaga Gayatri 74dd83c7c8 node_modules
2021-10-22 12:50:18 +05:30

2 lines
178 B
TypeScript

export declare function argsert(callerArguments: any[], length?: number): void;
export declare function argsert(expected: string, callerArguments: any[], length?: number): void;