UNPKG

ts-py-datetime

Version:

Datetime handling the python way (or as close as possible), now with TypeScript

4 lines (3 loc) 151 B
import { DateIntervals } from './date'; import { TimeIntervals } from './time'; export const DatetimeIntervals = [...DateIntervals, ...TimeIntervals];