UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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