/var/www/cobraambalaj/node_modules/object.values
NameSizeModeActions
test/-0755rm
.editorconfig2860644editdlrm
.eslintignore100644editdlrm
.eslintrc3030644editdlrm
.nycrc2160644editdlrm
auto.js360644editdlrm
CHANGELOG.md26750644editdlrm
implementation.js4580644editdlrm
index.js3900644editdlrm
LICENSE10820644editdlrm
package.json27920644editdlrm
polyfill.js1890644editdlrm
README.md20780644editdlrm
shim.js3140644editdlrm
Edit: /var/www/cobraambalaj/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; };