UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 318 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { throttle } from '../../asynciterable/operators/throttle'; /** * @ignore */ export function throttleProto(time) { return throttle(time)(this); } AsyncIterableX.prototype.throttle = throttleProto; //# sourceMappingURL=throttle.mjs.map