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) 132 B
/** * Takes a given date and mutates it to the end of the given month */ export declare function setEndOfMonth(date: Date): Date;