UNPKG

json-decycle

Version:

Stringify and parse cycled reference json

6 lines (4 loc) 256 B
declare const decycle: () => (this: any, key: string | symbol, value: any) => any; declare function retrocycle(): (this: object, key: string | symbol, value: any) => any; declare const extend: (JSON: JSON) => JSON; export { decycle, extend, retrocycle };