Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/object.values/
Upload File :
Current File : /var/www/html/wetty/node_modules/object.values/polyfill.js

'use strict';

var implementation = require('./implementation');

module.exports = function getPolyfill() {
	return typeof Object.values === 'function' ? Object.values : implementation;
};