gunshi / combinators / NumberOptions
Interface: NumberOptions
Experimental
Options for the number combinator.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
description? | string | Experimental Human-readable description for help text generation. | BaseOptions.description |
max? | number | Experimental Maximum value (inclusive). | - |
min? | number | Experimental Minimum value (inclusive). | - |
required? | boolean | Experimental Mark as required. | BaseOptions.required |
short? | string | Experimental Single character short alias. | BaseOptions.short |
