UNPKG

@halloverden/number-utilities-ts

Version:

Typescript library with utility functions for a bunch of numbers

10 lines (9 loc) 231 B
import { NinList } from '../types'; /** * Generates and returns list of every possible valid nin for the given date * * @param date * * @return NinList */ export declare function generateEveryNinForDate(date: Date): NinList;