Skip to content

FlagMap

A record of flag definitions keyed by canonical flag name.

The object key is the --name spelling and the key on the resolved record.

Signatures

ts
type FlagMap = Readonly<Record<string, FlagBuilder<FlagConfig>>>;

See Also

Released under the MIT License.