芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/object.values/polyfill.js
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof Object.values === 'function' ? Object.values : implementation; };