Skip to main content
type alias Deno.NativeI16Enum

Type Parameters

T extends number

Definition

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