isValid( type: { toString(): string },): type is | "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32" | "int64" | "uint64" | "float32" | "float64" | "Int8" | "Uint8" | "Int16" | "Uint16" | "Int32" | "Uint32" | "Int64" | "Uint64" | "Float32" | "Float64" | "char" Parameters
- type: { toString(): string }
Returns type is
| "int8"
| "uint8"
| "int16"
| "uint16"
| "int32"
| "uint32"
| "int64"
| "uint64"
| "float32"
| "float64"
| "Int8"
| "Uint8"
| "Int16"
| "Uint16"
| "Int32"
| "Uint32"
| "Int64"
| "Uint64"
| "Float32"
| "Float64"
| "char"