shift73k/assets_old/node_modules/yargs/build/lib/argsert.d.ts

3 lines
178 B
TypeScript
Raw Normal View History

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