aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/array/#/is-empty.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/array/#/is-empty.js')
-rw-r--r--node_modules/es5-ext/array/#/is-empty.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/es5-ext/array/#/is-empty.js b/node_modules/es5-ext/array/#/is-empty.js
deleted file mode 100644
index 80a306955..000000000
--- a/node_modules/es5-ext/array/#/is-empty.js
+++ /dev/null
@@ -1,8 +0,0 @@
-"use strict";
-
-var ensureArray = require("../../object/ensure-array")
- , firstIndex = require("./first-index");
-
-module.exports = function () {
- return firstIndex.call(ensureArray(this)) === null;
-};