Skip to content

cssMiddleware

@tsed/openapi-utils

Usage

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

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

Overview

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

Description

Expose a css file.

Released under the MIT License.