ix
Version:
The Interactive Extensions for JavaScript
11 lines (10 loc) • 478 B
TypeScript
export * from './Ix.node';
import * as iterableX from './iterable/index';
import * as iterableXPipe from './iterable/pipe/index.node';
import * as asynciterableX from './asynciterable/index';
import * as asynciterableXPipe from './asynciterable/pipe/index.node';
export { BufferLike } from './interfaces';
export { iterableX as iterable };
export { iterableXPipe as iterablePipe };
export { asynciterableX as asynciterable };
export { asynciterableXPipe as asynciterablePipe };