diff options
Diffstat (limited to 'build-es/applyEach.js')
-rw-r--r-- | build-es/applyEach.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build-es/applyEach.js b/build-es/applyEach.js deleted file mode 100644 index 2c5f001..0000000 --- a/build-es/applyEach.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict'; - -import applyEach from './internal/applyEach'; -import eachOf from './eachOf'; - -export default applyEach(eachOf); |