Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
object.groupby
/
polyfill.js
blob: 28f0a4f67cc9927cc0789567094802ab04a7bce0 [
file
] [
log
] [
blame
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
function
getPolyfill
()
{
return
Object
.
groupBy
||
implementation
;
};