// SYSTEM PANEL //
[ROOT]
/
home
/
csender
/
.trash
/
node_modules.10
/
object.values
[ PARENT ]
EDIT :: polyfill.js
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof Object.values === 'function' ? Object.values : implementation; };
SAVE
CANCEL