node-ejs-renderer/node_modules/yargs/build/lib/argsert.d.ts

3 lines
178 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
export declare function argsert(callerArguments: any[], length?: number): void;
export declare function argsert(expected: string, callerArguments: any[], length?: number): void;