UNPKG

@tsed/platform-fastify

Version:
7 lines (6 loc) 172 B
interface ConvertPathResult { path: string | RegExp; wildcard?: string; } export declare function convertPath(path: string | RegExp): ConvertPathResult; export {};