Skip to content

jsMiddleware

@tsed/openapi-utils

Usage

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

See /packages/specs/openapi-utils/src/middlewares/jsMiddleware.ts.

Overview

ts
function jsMiddleware(path: string): () => void;

Description

Expose a js file.

Released under the MIT License.