UNPKG

137 BTypeScriptView Raw
1import { IntervalMap } from './time-interval';
2export declare function chooseNiceTimeMask(date: Date, intervalMap: IntervalMap): string;