UNPKG

simpleddp-node

Version:

The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments

11 lines (10 loc) 220 B
/** * DDP change listener class. * @constructor */ export declare function ddpOnChange<T extends { [x: string]: any[]; }>(obj: {}, inst: T, listenersArray?: any): { start: () => void; stop: () => void; };