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 220 B
import type { StringOperators } from '../types'; export declare const applyStringOperators: (value: unknown, operators: StringOperators, caseSensitive?: boolean) => boolean; //# sourceMappingURL=string.operators.d.ts.map