UNPKG

@idris-maps/yyyy-mm-dd

Version:

A date library dealing only with days in the YYYY-MM-DD format

4 lines (3 loc) 213 B
declare type Unit = 'day' | 'days' | 'week' | 'weeks' | 'month' | 'months' | 'year' | 'years'; declare const _default: import("./curry").CurriedFunction3<Unit, number, string, string>; export default _default;