Skip to content

WithoutArgElementEligibility

Advanced type helper: marks a builder as no longer usable as an entry value (returned by the modifiers whose settings an entry value ignores).

Signatures

ts
type WithoutArgElementEligibility<C extends ArgConfig> = unknown;

Members

Properties

argKind

ts
argKind: C["argKind"];

elementEligible

ts
elementEligible: false;

presence

ts
presence: C["presence"];

valueType

ts
valueType: C["valueType"];

variadic

ts
variadic: C["variadic"];

See Also

Released under the MIT License.