UNPKG

264 BTypeScriptView Raw
1import * as dateMath from 'date-arithmetic';
2declare let dates: typeof dateMath & {
3 merge(date?: Date | null | undefined, time?: Date | null | undefined, defaultDate?: Date | undefined): Date | null;
4};
5export default dates;
6//# sourceMappingURL=dates.d.ts.map
\No newline at end of file