Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
object.entries
/
polyfill.js
blob: 32e3238fe9476d37d1aa8e3b6ae446e28d2fc81b [
file
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
function
getPolyfill
()
{
return
typeof
Object
.
entries
===
'function'
?
Object
.
entries
:
implementation
;
};