gunshi / combinators / StringOptions
Interface: StringOptions
Experimental
Options for the string combinator.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
description? | string | Experimental Human-readable description for help text generation. | BaseOptions.description |
maxLength? | number | Experimental Maximum string length. | - |
minLength? | number | Experimental Minimum string length. | - |
pattern? | RegExp | Experimental Regular expression pattern the value must match. | - |
required? | boolean | Experimental Mark as required. | BaseOptions.required |
short? | string | Experimental Single character short alias. | BaseOptions.short |
