UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

8 lines (6 loc) 232 B
import { of } from './of'; import { RepeatAsyncIterable } from './operators/repeat'; export function repeatValue(value, count = -1) { return new RepeatAsyncIterable(of(value), count); } //# sourceMappingURL=repeatvalue.mjs.map