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
/
stringify.d.ts
2 lines
(1 loc)
•
87 B
TypeScript
View Raw
1
2
export
declare
const
stringify
:
(
data
:
Record
<
string
,
unknown
> |
unknown
[]
) =>
string
;