UNPKG

235 BTypeScriptView Raw
1import Observable = require("zen-observable");
2export { Observable };
3export type Observer<T> = ZenObservable.Observer<T>;
4export type Subscription = ZenObservable.Subscription;
5export type Subscriber<T> = ZenObservable.Subscriber<T>;