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 end of the given minute */ export declare function setEndOfMinute(date: Date): Date;