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

4 lines 258 B
import type { Expression, FilterConfig } from '../types'; import type { DebugNode } from './debug.types'; export declare const buildDebugTree: <T>(expression: Expression<T>, config: FilterConfig) => DebugNode; //# sourceMappingURL=debug-tree-builder.d.ts.map