UNPKG

nodedb-json

Version:

A lightweight JSON-based database for Node.js with TypeScript support, indexing, and complex query capabilities

3 lines (2 loc) 190 B
import type { AggregationOption, AggregationResult } from '../types/index.js'; export declare function applyAggregation(data: any[], aggregations: AggregationOption[]): AggregationResult[];