UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 278 B
export type ProtobufAtomic = "bool" | "int32" | "uint32" | "int64" | "uint64" | "float" | "double" | "string"; export declare namespace ProtobufAtomic { type Numeric = "int32" | "uint32" | "int64" | "uint64" | "float" | "double"; type BigNumeric = "int64" | "uint64"; }