Files

3 lines
178 B
TypeScript
Raw Permalink Normal View History

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