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

5 lines 367 B
import type { Expression, FilterOptions } from '../types'; import type { DebugResult, DebugOptions } from './debug.types'; export declare const filterDebug: <T>(array: T[], expression: Expression<T>, options?: FilterOptions) => DebugResult<T>; export declare const getDebugOptions: (options?: FilterOptions) => DebugOptions; //# sourceMappingURL=debug-filter.d.ts.map