UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 146 B
/** * get a new Date object representing start of period */ declare function startOf(date: any, period: any): any; export default startOf;