/home/techb158/balavpn.abdallabala.com/node_modules/object.values
NameSizeModeActions
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc2780666editdlrm
.nycrc1390666editdlrm
auto.js360666editdlrm
CHANGELOG.md196570666editdlrm
implementation.js4410666editdlrm
index.js3900666editdlrm
LICENSE10820666editdlrm
package.json24040666editdlrm
polyfill.js1890666editdlrm
README.md23370666editdlrm
shim.js3140666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/object.values/shim.js (314B)
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimValues() { var polyfill = getPolyfill(); define(Object, { values: polyfill }, { values: function testValues() { return Object.values !== polyfill; } }); return polyfill; };