Skip to content

tsoa-next / @tsoa-next/cli / getRouteGeneratorImportAttempts

Function: getRouteGeneratorImportAttempts()

ts
function getRouteGeneratorImportAttempts(routeGenerator): string[];

Defined in: cli/src/module/generate-routes.ts:68

Returns import specifiers that should be attempted when loading a custom route generator module.

Parameters

routeGenerator

string

Returns

string[]

TypeScript-first OpenAPI generation, route generation, and runtime validation.