UNPKG
is-isodate
Version:
latest (0.0.1)
0.0.1
Test whether a string matches the ISO date format.
segmentio/isostring
is-isodate
/
component.json
9 lines
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"name"
:
"is-isodate"
,
"repo"
:
"segmentio/is-isodate"
,
"version"
:
"0.0.1"
,
"license"
:
"MIT"
,
"description"
:
"Test whether a string matches the ISO date format."
,
"keywords"
:
[
"iso"
,
"format"
,
"iso8601"
,
"date"
,
"isostring"
]
,
"scripts"
:
[
"index.js"
]
}