UNPKG

@t3ned/channel

Version:

Ergonomic, chaining-based Typescript framework for quick API development for Fastify

9 lines 268 B
import type { Route } from "../.."; /** * Join multiple route paths * @param paths The paths to join * * @returns The route path */ export declare const joinRoutePaths: (...paths: (string | undefined)[]) => Route.Path; //# sourceMappingURL=joinRoutePaths.d.ts.map