UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 170 B
/** * Gets the week number of the year for the given date. Will use today's date if no date is provided. */ export declare function getWeekOfYear(date?: Date): number;