Skip to content

FlagKind ​

Discriminator for the kind of value a flag accepts.

Signatures ​

ts
type FlagKind = typeof FLAG_KINDS[number];

See Also ​

Released under the MIT License.