UNPKG

209 BTypeScriptView Raw
1import { UnitOfTime } from '../types';
2export declare function startOf(date: Date, unit: UnitOfTime, isUTC?: boolean): Date;
3export declare function endOf(date: Date, unit: UnitOfTime, isUTC?: boolean): Date;