| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/object/entries/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/object/entries/is-implemented.js |
"use strict";
module.exports = function () {
try { return Object.entries({ foo: 12 })[0][0] === "foo"; }
catch (e) { return false; }
};
|