UNPKG

ix

Version:

The Interactive Extensions for JavaScript

7 lines (6 loc) 186 B
import { concat as concatStatic } from '../../iterable/concat.js'; declare module '../../iterable/iterablex' { namespace IterableX { let concat: typeof concatStatic; } }