Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PrimitiveTypes = map[string]bool{ "string": true, "number": true, "integer": true, "boolean": true, "array": true, "object": true, }
PrimitiveTypes is a set of Swagger primitive types
Functions ¶
Types ¶
type JSType ¶
type JSType string
JSType is a wrapper type for things that represent a TypeScript type
Click to show internal directories.
Click to hide internal directories.