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
/
dist
/
parse.d.ts
2 lines
(1 loc)
•
51 B
TypeScript
View Raw
1
2
export
declare
const
parse
:
(
json
:
string
) =>
any
;