Skip to main content
Module

x/structurae/view-types.ts>ViewSchemaNumberType

Data structures for high-performance JavaScript applications.
Latest
type alias ViewSchemaNumberType
import { type ViewSchemaNumberType } from "https://deno.land/x/structurae@4.0.1/view-types.ts";
definition:
| "int8"
| "uint8"
| "int16"
| "uint16"
| "int32"
| "uint32"
| "float32"
| "float64"
| "bigint64"
| "biguint64"