types-date-format-order-time-format-order
v0.0.1
Published
Typescript type declarations DateFormatOrder and TimeFormatOrder, which are used for the ordering of dates and times
Downloads
10
Readme
DateFormatOrder
declare type DateFormatOrder = 'ymd' | 'ydm' | 'myd' | 'mdy' | 'dym' | 'dmy'
TimeFormatOrder
declare type TimeFormatOrder = 'hms' | 'hsm' | 'msh' | 'mhs' | 'smh' | 'shm'
Installation
npm i types-date-format-order-time-format-order
Loading
// if using TypeScript:
import {DateFormatOrder, TimeFormatOrder}
from 'types-date-format-order-time-format-order';