UNPKG

ix

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 235 B
import { of as ofStatic } from '../../iterable/of.js'; export declare namespace iterable { let of: typeof ofStatic; } declare module '../../iterable/iterablex' { namespace IterableX { export { ofStatic as of }; } }