UNPKG

reactive-observables

Version:

Framework-agnostic observables and computed properties similar to Knockout and Vue, built on RxJS

5 lines (4 loc) 163 B
/** * Wraps property in getters and setters for a TrackedSubject or TrackedArray; */ export declare function tracked(prototype: any, propertyName: string): any;