aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/operators/findIndex.js
blob: d59c5f8c377853f2264d5d92b83b919bb3250ff2 (plain) (blame)
1
2
3
4
5
6
import { operate } from '../util/lift';
import { createFind } from './find';
export function findIndex(predicate, thisArg) {
    return operate(createFind(predicate, thisArg, 'index'));
}
//# sourceMappingURL=findIndex.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage