UNPKG
@clynn-fe/akfe-editor-jsonf
Version:
latest (2.2.6)
2.2.6
2.2.5
JSON methods support function parse and stringify
@clynn-fe/akfe-editor-jsonf
/
lib
/
index.ts
8 lines
(6 loc)
•
146 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ parse }
from
'./parse'
import
{ stringify }
from
'./stringify'
export
default
Object
.
freeze
({
stringify
: stringify,
parse
: parse })