index.ts 106 B

1234
  1. 'use strict';
  2. import merge from './merge';
  3. import stream from './stream';
  4. export default {merge, stream};