UNPKG

@halloverden/number-utilities-ts

Version:

Typescript library with utility functions for a bunch of numbers

7 lines (6 loc) 111 B
/** * @param nin * * @return boolean */ export declare function isRegularNinPattern(nin: string): boolean;