Skip to content

ArgKind

Discriminator for the kind of value an arg accepts.

Signatures

ts
type ArgKind = typeof ARG_KINDS[number];

See Also

Released under the MIT License.