404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.144.94.197: ~ $
'use strict';

var getPolyfill = require('./polyfill');
var define = require('define-properties');

module.exports = function shimValues() {
	var polyfill = getPolyfill();
	define(Object, { values: polyfill }, {
		values: function testValues() {
			return Object.values !== polyfill;
		}
	});
	return polyfill;
};

Filemanager

Name Type Size Permission Actions
test Folder 0755
.editorconfig File 286 B 0644
.eslintrc File 278 B 0644
.nycrc File 139 B 0644
CHANGELOG.md File 17.06 KB 0644
LICENSE File 1.06 KB 0644
README.md File 2.28 KB 0644
auto.js File 36 B 0644
implementation.js File 491 B 0644
index.js File 390 B 0644
package.json File 2.29 KB 0644
polyfill.js File 189 B 0644
shim.js File 314 B 0644