UNPKG

ix

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 306 B
import { repeatValue as _repeatValue } from '../../asynciterable/repeatvalue.js'; export declare namespace asynciterable { let repeatValue: typeof _repeatValue; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { let repeatValue: typeof _repeatValue; } }