UNPKG
@szydlovski/deep-object
Version:
latest (1.0.0)
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
utility functions for deeply nested objects
@szydlovski/deep-object
/
index.html
11 lines
•
249 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
<
title
>
Document
</
title
>
</
head
>
<
body
>
<
script
src
=
"src/deep-object.js"
>
</
script
>
</
body
>
</
html
>