UNPKG

openapi-to-ts

Version:

Generate TypeScript types from OpenAPI 3.0 specs.

6 lines (5 loc) 166 B
/** * Converts a text to a JS Doc comment. * @param text the text that should be converted. */ export declare const toJSDocComment: (text: string) => string;