Files
Henry Whitaker c8f853dc84 composer and npm
2020-08-25 00:59:44 +01:00

3 lines
178 B
TypeScript

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