UNPKG

@halloverden/number-utilities-ts

Version:

Typescript library with utility functions for a bunch of numbers

8 lines (7 loc) 205 B
export declare const ORG_NUMBER_WEIGHTS: number[]; /** * Validates the given organization number * * @param orgNumber */ export declare function validateOrganizationNumber(orgNumber: string): boolean;