/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/index.js (390B)
'use strict'; var define = require('define-properties'); var callBind = require('call-bind'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var polyfill = callBind(getPolyfill(), Object); define(polyfill, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = polyfill;