UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 279 B
import { repeatValue as _repeatValue } from '../../iterable/repeatvalue'; export declare namespace iterable { let repeatStatic: typeof _repeatValue; } declare module '../../iterable/iterablex' { namespace IterableX { let repeatValue: typeof _repeatValue; } }