UNPKG

proxy-live-document

Version:

Mutable, observable, patchable JSON state wrapped in Smart Domains

8 lines (7 loc) 208 B
declare class ProxyCache<T extends object> { private proxies; cache(proxie: T): void; exists(proxie: T): boolean; } declare const cache: ProxyCache<object>; export { cache as ProxyCache };