W72crm_web-master/node_modules/yargs/build/lib/argsert.d.ts

3 lines
178 B
TypeScript
Raw Normal View History

2025-05-27 11:25:53 +08:00
export declare function argsert(callerArguments: any[], length?: number): void;
export declare function argsert(expected: string, callerArguments: any[], length?: number): void;