@youngbeen/es-halfmoon
Advanced tools
+4
-0
@@ -7,2 +7,6 @@ "use strict"; | ||
| var isObject = function isObject(val) { | ||
| return Object.prototype.toString.call(val) === '[object Object]'; | ||
| }; | ||
| if (!Array.prototype.get) { | ||
@@ -9,0 +13,0 @@ Array.prototype.get = function (property) { |
+1
-1
| { | ||
| "name": "@youngbeen/es-halfmoon", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "`ES-halfmoon` is about to provide some prototype methods for ES not covered yet", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+4
-0
@@ -6,2 +6,6 @@ | ||
| const isObject = (val) => { | ||
| return Object.prototype.toString.call(val) === '[object Object]' | ||
| } | ||
| if (!Array.prototype.get) { | ||
@@ -8,0 +12,0 @@ Array.prototype.get = function (property, keyName = '') { |
5601
3.9%112
5.66%