UNPKG

ngx-bootstrap

Version:
4 lines (3 loc) 209 B
import { UnitOfTime } from '../types'; export declare function startOf(date: Date, unit: UnitOfTime, isUTC?: boolean): Date; export declare function endOf(date: Date, unit: UnitOfTime, isUTC?: boolean): Date;