UNPKG

parse-openapi

Version:

OpenAPI v3 parser

5 lines (4 loc) 186 B
/** * Get mapped type for given type to any basic Typescript/Javascript type. */ export declare const getMappedType: (type: string, format?: string | undefined) => string | undefined;