@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
8 lines • 436 B
TypeScript
import type { DebugNode, DebugOptions } from './debug.types';
export declare const formatDebugTree: (node: DebugNode, options: DebugOptions) => string;
export declare const formatOperatorLabel: (operator: string) => string;
export declare const formatValue: (value: unknown) => string;
export declare const formatMatchStats: (node: DebugNode, options: {
colorize: boolean;
}) => string;
//# sourceMappingURL=debug-formatter.d.ts.map