UNPKG

308 BJavaScriptView Raw
1import { Observable, } from 'zen-observable-ts';
2import 'symbol-observable';
3var prototype = Observable.prototype;
4var fakeObsSymbol = '@@observable';
5if (!prototype[fakeObsSymbol]) {
6 prototype[fakeObsSymbol] = function () { return this; };
7}
8export { Observable };
9//# sourceMappingURL=Observable.js.map
\No newline at end of file