UNPKG

@js-random/date

Version:

A simple and lightweight date randomizer for JavaScript (TypeScript friendly)

7 lines (6 loc) 124 B
declare global { interface DateConstructor { random: typeof import('./index').default; } } export {};