UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 353 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { includes } from '../../asynciterable/includes.js'; /** * @ignore */ export function includesProto(searchElement, fromIndex) { return includes(this, searchElement, fromIndex); } AsyncIterableX.prototype.includes = includesProto; //# sourceMappingURL=includes.js.map