sindresorhus / any-observable

Support any Observable library and polyfill
MIT License
70 stars 12 forks source link

Allow registration of the Observable constructor #8

Closed jamestalmage closed 8 years ago

jamestalmage commented 8 years ago

Similar to any-promise

require('any-observable/register')('rxjs', {Observable: require('rxjs/Observable').Observable});
sindresorhus commented 8 years ago

Fixed by https://github.com/sindresorhus/any-observable/pull/9.