UNPKG

react-data-debugger

Version:

A developer debugging tool to view js object changes over time

11 lines (9 loc) 236 B
import { CoTypedFactory } from "ballerina-core"; import { JSONDebuggerReadOnlyContext, JSONDebuggerWritableState, } from "../state"; export const Co = CoTypedFactory< JSONDebuggerReadOnlyContext, JSONDebuggerWritableState >();