UNPKG

@asyncapi/generator

Version:

The AsyncAPI generator. It can generate documentation, code, anything!

5 lines (4 loc) 142 B
import { Models } from '@asyncapi/generator-components'; export default async function({ asyncapi }) { return await Models({ asyncapi }); }