hldy_xcx/node_modules/yargs/build/lib/argsert.d.ts

3 lines
178 B
TypeScript
Raw Normal View History

2025-06-27 08:56:14 +08:00
export declare function argsert(callerArguments: any[], length?: number): void;
export declare function argsert(expected: string, callerArguments: any[], length?: number): void;