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: polyfill.js
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof Object.getOwnPropertyDescriptors === 'function' ? Object.getOwnPropertyDescriptors : implementation; };
Upload File
Create Folder