/home/techb158/balavpn.abdallabala.com/node_modules/array-includes
NameSizeModeActions
.github/-0777rm
test/-0777rm
.editorconfig2760666editdlrm
.eslintrc4250666editdlrm
.nycrc1390666editdlrm
auto.js360666editdlrm
CHANGELOG.md91130666editdlrm
implementation.js12820666editdlrm
index.js7690666editdlrm
LICENSE10800666editdlrm
package.json28520666editdlrm
polyfill.js3010666editdlrm
README.md33840666editdlrm
shim.js3450666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/array-includes/polyfill.js (301B)
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { if ( Array.prototype.includes && Array(1).includes(undefined) // https://bugzilla.mozilla.org/show_bug.cgi?id=1767541 ) { return Array.prototype.includes; } return implementation; };