PATH:
opt
/
bitninja-node-dojo
/
lib
/
node_modules
/
npm
/
node_modules
/
object.getownpropertydescriptors
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof Object.getOwnPropertyDescriptors === 'function' ? Object.getOwnPropertyDescriptors : implementation; };
[+]
..
[-] .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]