UNPKG

@ethicdevs/react-global-state-hooks-debugger

Version:

A small websocket based debugger for use with the react-global-state-hooks library

7 lines (6 loc) 191 B
declare module "json-decycle" { export = { decycle(): (this: any, key: string, value: any) => void {}, retrocycle(json: Record<string, unknown>): Record<string, unknown> {}, }; }