Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
node_modules
/
ramda
/
src
/
internal
/
_includes.js
blob: 8368eab001e82dc44d90b0f31c43d8c5b6aa9a65 [
file
] [
log
] [
blame
]
var
_indexOf
=
/*#__PURE__*/
require
(
"./_indexOf"
);
function
_includes
(
a
,
list
)
{
return
_indexOf
(
list
,
a
,
0
)
>=
0
;
}
module
.
exports
=
_includes
;