blob: 41d5eab92392e7d071f7ec203c7e1862345495a0 [file] [log] [blame]
import { Observable } from '../../Observable';
import { find } from '../../operator/find';
Observable.prototype.find = find;
//# sourceMappingURL=find.js.map