Skip to content

helix / ArgInput

Type Alias: ArgInput

ArgInput = CommandValue | string | number | boolean

Defined in: core/values/value.ts:17

What a concept-typed builder argument accepts: the concept itself, or a raw primitive as an escape hatch (passed through verbatim).

Released under the MIT License · Credits