UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 298 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { count } from '../../asynciterable/count.js'; /** * @ignore */ export function countProto(options) { return count(this, options); } AsyncIterableX.prototype.count = countProto; //# sourceMappingURL=count.js.map