functionsFunction: isN()On this pageFunction: isN() isN(val): val is N A type predicate for valid inputs to the parseNumberT function. Parameters • val: unknown Any value. Returns val is N true if the input value can be passed to parseNumberT. Defined in src/number.ts:180