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) 104 B
/** * Gets a Date for the start of the given/current day */ export declare function getToday(): Date;