Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultTypeDefHeader = `/* tslint:disable */
/* eslint:disable */
// Automatically generated by gen_type_defs. Do not edit.
`
View Source
const TopLevelNamespace = "__TOP_LEVEL_MODULE__"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TypeDefKind ¶
type TypeDefKind string
const ( TypeDefKindConst TypeDefKind = "const" TypeDefKindEnum TypeDefKind = "enum" TypeDefKindInterface TypeDefKind = "interface" TypeDefKindFn TypeDefKind = "fn" TypeDefKindStruct TypeDefKind = "struct" TypeDefKindImpl TypeDefKind = "impl" )
type TypeDefLine ¶
Click to show internal directories.
Click to hide internal directories.