Skip to content

includeRoute

@tsed/openapi-utils

Usage

typescript
import { includeRoute } from "@tsed/openapi-utils";

See /packages/specs/openapi-utils/src/utils/includeRoute.ts.

Overview

ts
function includeRoute(route: string, provider: Provider, conf: OpenApiSettings): boolean;

Released under the MIT License.