Add fp files.

This commit is contained in:
John-David Dalton
2015-10-19 21:21:21 -07:00
parent 661e9b08b6
commit bdb5e4642f
14 changed files with 901 additions and 1 deletions

9
lib/fp/util.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
'ary': require('lodash/function/ary'),
'curry': require('lodash/function/curry'),
'forEach': require('lodash/internal/arrayEach'),
'isFunction': require('lodash/lang/isFunction'),
'iteratee': require('lodash/utility/iteratee'),
'keys': require('lodash/internal/baseKeys'),
'rearg': require('lodash/function/rearg')
};