isTypeName( type: { toString(): string },): type is | "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32" | "int64" | "uint64" | "float32" | "float64" Parameters
- type: { toString(): string }
Returns type is
| "int8"
| "uint8"
| "int16"
| "uint16"
| "int32"
| "uint32"
| "int64"
| "uint64"
| "float32"
| "float64"