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