blob: 8bfb1a344d8144e67d8718e7e59d3356bddacd8f [file] [log] [blame]
/** PURE_IMPORTS_START .._.._Observable,.._.._operator_find PURE_IMPORTS_END */
import { Observable } from '../../Observable';
import { find } from '../../operator/find';
Observable.prototype.find = find;
//# sourceMappingURL=find.js.map