# filterFn_arrIncludesSome

# Variable: filterFn\_arrIncludesSome

```ts
const filterFn_arrIncludesSome: FilterFn<any, any>;
```

Defined in: [fns/filterFns.ts:340](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/filterFns.ts#L340)

Filter function for checking if an array includes any of the given values.
