source:
node_modules/ramda/src/internal/_includes.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 152 bytes |
Line | |
---|---|
1 | var _indexOf = |
2 | /*#__PURE__*/ |
3 | require("./_indexOf.js"); |
4 | |
5 | function _includes(a, list) { |
6 | return _indexOf(list, a, 0) >= 0; |
7 | } |
8 | |
9 | module.exports = _includes; |
Note:
See TracBrowser
for help on using the repository browser.