Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
58b9f11ca7b449f85f2f1fb5337ba7633e50b14b
/
.
/
node_modules
/
object.getownpropertydescriptors
/
polyfill.js
blob: 0424acfb1c862f6303892b4b8f87ec989bbd4024 [
file
] [
log
] [
blame
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
function
getPolyfill
()
{
return
typeof
Object
.
getOwnPropertyDescriptors
===
'function'
?
Object
.
getOwnPropertyDescriptors
:
implementation
;
};