UNPKG

openapi-formkit

Version:

Transform an OpenAPI document to a FormKit schema

5 lines (4 loc) 185 B
import { convertBoolean } from "./boolean"; import { convertNumber } from "./number"; import { convertString } from "./string"; export { convertNumber, convertString, convertBoolean };