Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DataView setFilter had incorrect type, fixes #848
- `setFilter` had the incorrect type, it should be `filterFn: (item: T, args: any) => boolean` and that is inline with what `filter` callback is defined on MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#parameters
- Loading branch information