@tymber/openapi
v0.1.0
Published
OpenAPI module for the Tymber framework
Downloads
20
Maintainers
Readme
The OpenAPI module.
Table of contents
Installation
npm i @tymber/openapiUsage
import { OpenApiModule } from "@tymber/openapi";
const app = await App.create({
components: [db],
modules: [OpenApiModule]
});