UNPKG

stagify

Version:

mongoose aggregate pipeline parser

5 lines (4 loc) 198 B
import { Types } from 'mongoose'; declare type ParseValueReturn = string | number | boolean | Types.ObjectId | Date; export declare const parseValue: (v: string) => ParseValueReturn; export {};