Type aliases
Array
Array
: { item_count
: number; type
: "array" } & BaseType
Array
Array
: { item_count
: number; type
: "array" } & BaseType
BaseType
BaseType: { item: string; name: string }
Type declaration
-
item: string
-
name: string
BaseType
BaseType: { item: string; name: string }
Type declaration
-
item: string
-
name: string
CodecMap
CodecMap
Field
Field: { name: string; type: string }
Type declaration
-
name: string
-
type: string
Field
Field: { name: string; type: string }
Type declaration
-
name: string
-
type: string
MolType
MolType
MolTypeMap
Mol
TypeMap: Record<string, MolType>
MolTypeMap
Mol
TypeMap: Record<string, MolType>
Option
Option
ParseOptions
Parse
Options: { refs: Record<string, AnyCodec>; skipDependenciesCheck?: undefined | false | true }
Type declaration
-
refs: Record<string, AnyCodec>
-
Optional skipDependenciesCheck?: undefined | false | true
ParseOptions
Parse
Options: { refs: Record<string, AnyCodec>; skipDependenciesCheck?: undefined | false | true }
Type declaration
-
refs: Record<string, AnyCodec>
-
Optional skipDependenciesCheck?: undefined | false | true
Struct
Struct
: { fields
: Field[]; name
: string; type
: "struct" }
Type declaration
-
-
name: string
-
type: "struct"
Struct
Struct
: { fields
: Field[]; name
: string; type
: "struct" }
Type declaration
-
-
name: string
-
type: "struct"
Table
Table
: { fields
: Field[]; name
: string; type
: "table" }
Type declaration
-
-
name: string
-
type: "table"
Table
Table
: { fields
: Field[]; name
: string; type
: "table" }
Type declaration
-
-
name: string
-
type: "table"
Union
Union: { items: string[]; name: string; type: "union" }
Type declaration
-
items: string[]
-
name: string
-
type: "union"
Union
Union: { items: string[]; name: string; type: "union" }
Type declaration
-
items: string[]
-
name: string
-
type: "union"
Vector
Vector
primitive type