diff options
Diffstat (limited to 'node_modules/underscore/modules/index-default.js')
| -rw-r--r-- | node_modules/underscore/modules/index-default.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/underscore/modules/index-default.js b/node_modules/underscore/modules/index-default.js deleted file mode 100644 index 4a4a112..0000000 --- a/node_modules/underscore/modules/index-default.js +++ /dev/null @@ -1,9 +0,0 @@ -import * as allExports from './index.js'; -import { mixin } from './index.js'; - -// Add all of the Underscore functions to the wrapper object. -var _ = mixin(allExports); -// Legacy Node.js API -_._ = _; -// Export the Underscore API. -export default _; |