UNPKG

@idris-maps/yyyy-mm-dd

Version:

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

5 lines (4 loc) 163 B
import { Range } from './range'; declare type Month = string; declare const _monthsInRange: ({ start, end }: Range) => Month[]; export default _monthsInRange;