UNPKG

@tsed/schema

Version:
8 lines (7 loc) 174 B
/** * @ignore */ export declare function getJsonPathParameters(base: string, path?: string | RegExp | (string | RegExp)[]): { path: string; parameters: any[]; }[];