UNPKG

@clynn-fe/akfe-editor-jsonf

Version:

JSON methods support function parse and stringify

8 lines (6 loc) 146 B
import { parse } from './parse' import { stringify } from './stringify' export default Object.freeze({ stringify: stringify, parse: parse })