UNPKG
date-limits
Version:
latest (1.1.0)
1.1.0
Check if a date is before a flexible limit.
github.com/joker876/date-limits
joker876/date-limits
date-limits
/
dist
/
esm
/
index.js
5 lines
(4 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
'./check-date-matches'
;
export
*
from
'./get-closest-date'
;
export
*
from
'./is-date-before-limit'
;
export
*
from
'./types'
;