forked from ard/ruoyi-api

‘liusuyi’
2024-03-16 6ada73bea0944ea48730e0d2e7cb4d6e6c1f81c1
1
2
3
4
5
6
7
'use strict';
 
var implementation = require('./implementation');
 
module.exports = function getPolyfill() {
    return typeof Object.values === 'function' ? Object.values : implementation;
};