UNPKG

@mcabreradev/filter

Version:

A powerful, SQL-like array filtering library for TypeScript and JavaScript with advanced pattern matching, MongoDB-style operators, deep object comparison, and zero dependencies

3 lines 277 B
import type { Expression, FilterConfig } from '../types'; export declare const applyLogicalOperators: <T>(item: T, operator: "$and" | "$or" | "$not", expressions: Expression<T> | Expression<T>[], config: FilterConfig) => boolean; //# sourceMappingURL=logical.operators.d.ts.map