lodash-es
Version:
The modern build of lodash exported as ES modules.
32 lines (30 loc) • 814 B
JavaScript
import chain from './chain/chain';
import commit from './chain/commit';
import concat from './chain/concat';
import lodash from './chain/lodash';
import plant from './chain/plant';
import reverse from './chain/reverse';
import run from './chain/run';
import tap from './chain/tap';
import thru from './chain/thru';
import toJSON from './chain/toJSON';
import toString from './chain/toString';
import value from './chain/value';
import valueOf from './chain/valueOf';
import wrapperChain from './chain/wrapperChain';
export default {
'chain': chain,
'commit': commit,
'concat': concat,
'lodash': lodash,
'plant': plant,
'reverse': reverse,
'run': run,
'tap': tap,
'thru': thru,
'toJSON': toJSON,
'toString': toString,
'value': value,
'valueOf': valueOf,
'wrapperChain': wrapperChain
};