UNPKG

nodedb-json

Version:

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

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