UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

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;