X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/object.getownpropertydescriptors
lib
/
node_modules
/
npm
/
node_modules
/
object.getownpropertydescriptors
/
??
..
??
.editorconfig
(276 B)
??
.jscs.json
(4.04 KB)
??
.npmignore
(587 B)
??
.travis.yml
(1.91 KB)
??
CHANGELOG.md
(1.69 KB)
??
LICENSE
(1.06 KB)
??
Makefile
(3.74 KB)
??
README.md
(3.63 KB)
??
implementation.js
(1.21 KB)
??
index.js
(316 B)
??
package.json
(3.08 KB)
??
polyfill.js
(227 B)
??
shim.js
(381 B)
Editing: shim.js
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimGetOwnPropertyDescriptors() { var polyfill = getPolyfill(); define( Object, { getOwnPropertyDescriptors: polyfill }, { getOwnPropertyDescriptors: function () { return Object.getOwnPropertyDescriptors !== polyfill; } } ); return polyfill; };
Upload File
Create Folder