UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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