UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

5 lines (4 loc) 134 B
/** * Parses a Path to be valid for OpenAPI 3 * @since 7.0.0 */ export default function parsePath(path: string | string[]): string;