blob: 31ee76e81a865182094e079267c430b4855cee6f [file] [log] [blame]
import { Observable } from '../../Observable';
import { expand } from '../../operator/expand';
Observable.prototype.expand = expand;
//# sourceMappingURL=expand.js.map