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 191 B
import type { ArrayOperators } from '../types'; export declare const applyArrayOperators: (value: unknown, operators: ArrayOperators) => boolean; //# sourceMappingURL=array.operators.d.ts.map