const filterFn_lessThan: CreatedFilterFn<any, any>;
Defined in: features/column-filtering/filterFns.ts:232
Keeps rows whose value is less than the filter value.
This is implemented as the inverse of greater-than-or-equal comparison.