UNPKG

@clynn-fe/akfe-editor-jsonf

Version:

JSON methods support function parse and stringify

6 lines (5 loc) 168 B
declare const _default: Readonly<{ stringify: (data: unknown[] | Record<string, unknown>) => string; parse: (json: string) => any; }>; export default _default;