initial commit
This commit is contained in:
9
node_modules/es5-ext/object/entries/is-implemented.js
generated
vendored
Normal file
9
node_modules/es5-ext/object/entries/is-implemented.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function () {
|
||||
try {
|
||||
return Object.entries({ foo: 12 })[0][0] === "foo";
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user