UNPKG

@sliit-foss/mongoose-filter-query

Version:

Middleware which implements a standardized format and maps an incoming http request's query params to a format which is supported by mongoose

4 lines (3 loc) 159 B
import { NextFunction } from "express"; declare const mongooseFilterQuery: (req: any, _: any, next: NextFunction) => void; export default mongooseFilterQuery;