UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 131 B
/** * return the day of the year (1..366) */ declare function dayOfTheYear(date: any): number; export default dayOfTheYear;