GoScrobble/web/node_modules/yargs/build/lib/argsert.d.ts

3 lines
178 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
export declare function argsert(callerArguments: any[], length?: number): void;
export declare function argsert(expected: string, callerArguments: any[], length?: number): void;