Sign in
chromium
/
devtools
/
devtools-frontend
/
c9fb2bea2530d77a6ec3a8c8e4e36e5abb8fa8ad
/
.
/
node_modules
/
array-includes
/
polyfill.js
blob: dfbaa428998e75e7a21231cdc44c5aa31c5e948d [
file
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
function
getPolyfill
()
{
return
Array
.
prototype
.
includes
||
implementation
;
};