UNPKG

mongozen-1

Version:

Type-safe, developer-friendly MongoDB aggregation pipeline builder for TypeScript, with auto-relation support and full IntelliSense. Works great with NestJS, Mongoose, or Node.js apps.

4 lines (3 loc) 163 B
export { AggregationBuilder } from './core/aggregation-builder.mjs'; export { AutoRelations } from './utils/auto-relations.mjs'; import './core/stages/index.mjs';