Type Alias: TypeAliasTypeMap
TypeAliasTypeMap =
object
Type alias -> the types entry it resolves to.
This is the single source of truth for what an alias means: the JS types in TypeAliasMap are derived from it, so a string alias and the equivalent types object always marshal to the same JS type.
Properties
bool_u32
readonlybool_u32: typeofbool_u32
bool_u8
readonlybool_u8: typeofbool_u8
buffer
readonlybuffer: typeofbuffer
char
readonlychar: typeofschar
cstring
readonlycstring: typeofstring
double
readonlydouble: typeofdouble
f32
readonlyf32: typeoffloat
f64
readonlyf64: typeofdouble
float
readonlyfloat: typeoffloat
i16
readonlyi16: typeofsint16
i32
readonlyi32: typeofsint32
i64
readonlyi64: typeofsint64
i8
readonlyi8: typeofsint8
int
readonlyint: typeofsint32
int16_t
readonlyint16_t: typeofsint16
int32_t
readonlyint32_t: typeofsint32
int64_t
readonlyint64_t: typeofsint64
int8_t
readonlyint8_t: typeofsint8
long
readonlylong: typeofslong
pointer
readonlypointer: typeofpointer
ptr
readonlyptr: typeofpointer
schar
readonlyschar: typeofschar
sint
readonlysint: typeofsint
sint16
readonlysint16: typeofsint16
sint32
readonlysint32: typeofsint32
sint64
readonlysint64: typeofsint64
sint8
readonlysint8: typeofsint8
size_t
readonlysize_t: typeofsize
slong
readonlyslong: typeofslong
sshort
readonlysshort: typeofsshort
ssize_t
readonlyssize_t: typeofssize
string
readonlystring: typeofstring
u16
readonlyu16: typeofuint16
u32
readonlyu32: typeofuint32
u64
readonlyu64: typeofuint64
u8
readonlyu8: typeofuint8
uchar
readonlyuchar: typeofuchar
uint
readonlyuint: typeofuint
uint16
readonlyuint16: typeofuint16
uint16_t
readonlyuint16_t: typeofuint16
uint32
readonlyuint32: typeofuint32
uint32_t
readonlyuint32_t: typeofuint32
uint64
readonlyuint64: typeofuint64
uint64_t
readonlyuint64_t: typeofuint64
uint8
readonlyuint8: typeofuint8
uint8_t
readonlyuint8_t: typeofuint8
ulong
readonlyulong: typeofulong
ushort
readonlyushort: typeofushort
void
readonlyvoid: typeofvoid