UNPKG

173 BTypeScriptView Raw
1import { concatStatic } from '../../iterable/concat';
2declare module '../../iterable/iterablex' {
3 namespace IterableX {
4 let concat: typeof concatStatic;
5 }
6}