UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

5 lines (4 loc) 226 B
export { default as convertToDateIfNeeded } from './convertToDateIfNeeded'; export { default as getDays } from './getDays'; export { default as getMonths } from './getMonths'; export { default as isDate } from './isDate';