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
/** * Takes an optional date and returns a new Date object set to the start of the given/current minute */ export declare function getStartOfMinute(date?: Date): Date;