Hexadecimal overview
Added in v1.0.0
Table of contents
Model
Hexadecimal (type alias)
A string of hexadecimal characters.
Signature
export type Hexadecimal = Branded<string, HexadecimalBrand>
Added in v1.0.0
String
Hexadecimal
A string of hexadecimal characters.
Signature
export declare const Hexadecimal: Schema<Opaque<string, HexadecimalBrand>, Opaque<string, HexadecimalBrand>>
Added in v1.0.0