UNPKG
devalue
Version:
latest (5.1.1)
5.1.1
5.1.0
5.0.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
2.0.1
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Gets the job done when JSON.stringify can't
github.com/Rich-Harris/devalue
Rich-Harris/devalue
devalue
/
index.js
4 lines
(3 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
export
{ uneval }
from
'./src/uneval.js'
;
export
{ parse, unflatten }
from
'./src/parse.js'
;
export
{ stringify }
from
'./src/stringify.js'
;