@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 297 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { find } from '../../asynciterable/find.js';
/**
* @ignore
*/
export async function findProto(options) {
return find(this, options);
}
AsyncIterableX.prototype.find = findProto;
//# sourceMappingURL=find.js.map