Skip to main content
type alias Deno.NativeU8Enum

Type Parameters

T extends number

Definition

"u8" & { [brand]: T; }
Back to top