Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/.object.values-Z9ROKi1I/polyfill.js
2024-01-10 22:39:31 +04:00

8 lines
189 B
JavaScript

'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return typeof Object.values === 'function' ? Object.values : implementation;
};