profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

TypeScript Number Literal Type

Description

Literal Type for JavaScript Numbers.

Syntax

type OneToFive = 1 | 2 | 3 | 4 | 5