summaryrefslogtreecommitdiff
path: root/node_modules/underscore/modules/index-default.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/underscore/modules/index-default.js')
-rw-r--r--node_modules/underscore/modules/index-default.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/underscore/modules/index-default.js b/node_modules/underscore/modules/index-default.js
new file mode 100644
index 0000000..4a4a112
--- /dev/null
+++ b/node_modules/underscore/modules/index-default.js
@@ -0,0 +1,9 @@
+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 _;