Skip to content

readSpec

@tsed/openapi-utils

Usage

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

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

Overview

ts
function readSpec(path: string): Promise<any>;

Released under the MIT License.