| .. | |||||
| .editorconfig | |||||
| .jscs.json | |||||
| .npmignore | |||||
| .travis.yml | |||||
| CHANGELOG.md | |||||
| LICENSE | |||||
| Makefile | |||||
| README.md | |||||
| implementation.js | |||||
| index.js | |||||
| package.json | |||||
| polyfill.js | |||||
| shim.js |
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return typeof Object.getOwnPropertyDescriptors === 'function' ? Object.getOwnPropertyDescriptors : implementation;
};
| .. | |||||
| .editorconfig | |||||
| .jscs.json | |||||
| .npmignore | |||||
| .travis.yml | |||||
| CHANGELOG.md | |||||
| LICENSE | |||||
| Makefile | |||||
| README.md | |||||
| implementation.js | |||||
| index.js | |||||
| package.json | |||||
| polyfill.js | |||||
| shim.js |