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 339 B
export { filterDebug } from './debug-filter.js'; export type { DebugResult, DebugNode, DebugOptions, DebugStats, DebugNodeType, } from './debug.types.js'; export { formatOperatorLabel, formatValue, formatMatchStats } from './debug-formatter.js'; export { buildDebugTree } from './debug-tree-builder.js'; //# sourceMappingURL=index.d.ts.map