main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
636 bytes
|
Line | |
---|
1 | import at from './wrapperAt.js';
|
---|
2 | import chain from './chain.js';
|
---|
3 | import commit from './commit.js';
|
---|
4 | import lodash from './wrapperLodash.js';
|
---|
5 | import next from './next.js';
|
---|
6 | import plant from './plant.js';
|
---|
7 | import reverse from './wrapperReverse.js';
|
---|
8 | import tap from './tap.js';
|
---|
9 | import thru from './thru.js';
|
---|
10 | import toIterator from './toIterator.js';
|
---|
11 | import toJSON from './toJSON.js';
|
---|
12 | import value from './wrapperValue.js';
|
---|
13 | import valueOf from './valueOf.js';
|
---|
14 | import wrapperChain from './wrapperChain.js';
|
---|
15 |
|
---|
16 | export default {
|
---|
17 | at, chain, commit, lodash, next,
|
---|
18 | plant, reverse, tap, thru, toIterator,
|
---|
19 | toJSON, value, valueOf, wrapperChain
|
---|
20 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.