Function: checkArguments()
checkArguments(n
, max
, min
?): void
A utility function that checks throws an error if the given number of
arguments are not between the expected minimum and maximum.
Parameters
• n: number
• max: number
• min?: number
Returns
void
Defined in
src/filter.ts:24