UNPKG

@prodo/core

Version:

Core package for [Prodo](https://prodo.dev). See [documentation](https://docs.prodo.dev) for more info.

6 lines 437 B
import { Event, Node, Store } from "./types"; export declare const subscribe: (store: Store<any, any>, path: string[], node: Node) => void; export declare const unsubscribe: (store: Store<any, any>, path: string[], node: Node) => void; export declare const get: (universe: any, pathKey: string) => any; export declare const submitPatches: (store: Store<any, any>, universe: any, event: Event) => void; //# sourceMappingURL=watch.d.ts.map