Type Alias: NumericType
ts
type NumericType =
| "float32"
| "float64"
| "int8"
| "uint8"
| "int16"
| "uint16"
| "int32"
| "uint32";Defined in: src/types.ts:14