Skip to content

gunshi / combinators / StringOptions

Interface: StringOptions

Experimental

Options for the string combinator.

Extends

Properties

PropertyTypeDescriptionInherited from
description?stringExperimental Human-readable description for help text generation.BaseOptions.description
maxLength?numberExperimental Maximum string length.-
minLength?numberExperimental Minimum string length.-
pattern?RegExpExperimental Regular expression pattern the value must match.-
required?booleanExperimental Mark as required.BaseOptions.required
short?stringExperimental Single character short alias.BaseOptions.short

Released under the MIT License.