Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/validatorjs/validator.js
/ includes
Function
includes
src/lib/util/includesArray.js:1–1 ·
view source on GitHub ↗
(arr, val)
Source
from the content-addressed store, hash-verified
1
const
includes = (arr, val) => arr.some(arrVal => val === arrVal);
2
3
export
default includes;
Callers
7
checkAddressCode
Function · 0.50
isDecimal
Function · 0.50
isLatLong
Function · 0.50
isJSON
Function · 0.50
hasValidIbanFormat
Function · 0.50
isURL
Function · 0.50
isBoolean
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected