UNPKG

255 BTypeScriptView Raw
1import { _throw as throwStatic } from '../../iterable/throw';
2export declare namespace iterable {
3 let _throw: typeof throwStatic;
4}
5declare module '../../iterable/iterablex' {
6 namespace IterableX {
7 export { throwStatic as throw };
8 }
9}