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

presence

ts
presence: C["presence"];

valueType

ts
valueType: C["valueType"];

variadic

ts
variadic: true;

See Also

Released under the MIT License.