source: node_modules/ramda/src/internal/_includes.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 152 bytes
RevLine 
[d24f17c]1var _indexOf =
2/*#__PURE__*/
3require("./_indexOf.js");
4
5function _includes(a, list) {
6 return _indexOf(list, a, 0) >= 0;
7}
8
9module.exports = _includes;
Note: See TracBrowser for help on using the repository browser.