Skip to content

WithVariadic ​

Advanced type helper used by ArgBuilder.variadic(). Most consumers rely on inference and never reference this directly.

Signatures ​

ts
type WithVariadic<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: true;

See Also ​

Released under the MIT License.