UNPKG

@halloverden/number-utilities-ts

Version:

Typescript library with utility functions for a bunch of numbers

9 lines (8 loc) 239 B
import { NinEntity, NinType } from '../types'; /** * Returns a random valid nin of the given type for the given date * * @param date * @param type */ export declare function getRandomNinForDate(date: Date, type?: NinType): NinEntity;