UNPKG

optiovoluptas

Version:

Define Express routes using TypeScript decorators

7 lines (6 loc) 211 B
/** * Validate the path, throwing an error if it's invalid * @param {string} path The path to validate * @throws {Error} If the validation fails */ export declare const validatePath: (path: string) => void;