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) 134 B
/** * Takes a given date and mutates it to the start of the given hour */ export declare function setStartOfHour(date: Date): Date;