UNPKG

fluid-oas

Version:

Build declarative OpenApiv3.* specifications.

7 lines (6 loc) 182 B
import { withPath } from "../common"; import { Base } from "./base"; const PathBase = withPath(Base); class _OpenApiPath extends PathBase { } export const Path = new _OpenApiPath();