UNPKG

@accounts/rest-express

Version:

Server side REST express middleware for accounts

3 lines (2 loc) 184 B
import { matchedData } from 'express-validator'; export declare function matchOrThrow<T extends Record<string, any> = Record<string, any>>(...args: Parameters<typeof matchedData>): T;