UNPKG
@videsk/humanize-date
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
Humanize dates making readable in locale and ultra lightweight
open.videsk.io
@videsk/humanize-date
/
public
/
index.html
16 lines
(12 loc)
•
282 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
'utf-8'
>
<
meta
name
=
'viewport'
content
=
'width=device-width,initial-scale=1'
>
<
title
>
Library playground
</
title
>
<
script
defer
src
=
'bundle.js'
>
</
script
>
<
script
defer
src
=
'main.js'
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>