UNPKG

@halloverden/number-utilities-ts

Version:

Typescript library with utility functions for a bunch of numbers

9 lines (8 loc) 197 B
export declare const C1_WEIGHTS: number[]; export declare const C2_WEIGHTS: number[]; /** * Validates the given nin * * @param nin */ export declare function validateNin(nin: string): boolean;