Type alias ConfigSet

ConfigSet: {
    [longOption: string]: ConfigOptionBase<ConfigType>;
}

A set of ConfigOptionBase objects, referenced by their longOption string values.

Type declaration

Generated using TypeDoc