๐ ๏ธ DeveloperAPI Referenceinternal\_internal/runtime-utilsfunctionsFunction: arrayIncludes()On this pageFunction: arrayIncludes() arrayIncludes<Value>(values: readonly Value[], candidate: Value): boolean Defined in: _internal/runtime-utils.ts:19 Type-safe Array.prototype.includes wrapper. Type Parametersโ Valueโ Value Parametersโ valuesโ readonly Value[] candidateโ Value Returnsโ boolean