UNPKG

636 BJavaScriptView Raw
1import at from './wrapperAt.js';
2import chain from './chain.js';
3import commit from './commit.js';
4import lodash from './wrapperLodash.js';
5import next from './next.js';
6import plant from './plant.js';
7import reverse from './wrapperReverse.js';
8import tap from './tap.js';
9import thru from './thru.js';
10import toIterator from './toIterator.js';
11import toJSON from './toJSON.js';
12import value from './wrapperValue.js';
13import valueOf from './valueOf.js';
14import wrapperChain from './wrapperChain.js';
15
16export default {
17 at, chain, commit, lodash, next,
18 plant, reverse, tap, thru, toIterator,
19 toJSON, value, valueOf, wrapperChain
20};