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

3 lines (2 loc) 109 B
export declare const mapValue: (value: string) => any; export declare const mapFilters: (filter?: {}) => {};