搜索 npm 上的 JavaScript 依赖包
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Rules dealing with Array functions and methods.