UNPKG

hydrate-mongodb

Version:
9 lines (8 loc) 211 B
export declare class Observer { private _watching; private _onChange; constructor(callback: () => void); watch(obj: any): void; destroy(): void; private _createOnChangeEvent(callback); }