PATH:
opt
/
bitninja-node-dojo
/
lib
/
node_modules
/
npm
/
node_modules
/
object.getownpropertydescriptors
'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; };
[+]
..
[-] .npmignore
[edit]
[-] .jscs.json
[edit]
[-] package.json
[edit]
[-] polyfill.js
[edit]
[-] shim.js
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] implementation.js
[edit]
[-] .travis.yml
[edit]
[-] Makefile
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]