UNPKG
parse-openapi
Version:
latest (0.0.1)
0.0.1
0.0.0
OpenAPI v3 parser
parse-openapi
/
dist
/
parser
/
getMappedType.d.ts
5 lines
(4 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
/** * Get mapped type for given type to any basic Typescript/Javascript type. */
export
declare
const
getMappedType
:
(
type
:
string
,
format
?:
string
|
undefined
) =>
string
|
undefined
;