Skip to content

gunshi / combinators / NumberOptions

Interface: NumberOptions

Experimental

Options for the number combinator.

Extends

Properties

PropertyTypeDescriptionInherited from
description?stringExperimental Human-readable description for help text generation.BaseOptions.description
max?numberExperimental Maximum value (inclusive).-
min?numberExperimental Minimum value (inclusive).-
required?booleanExperimental Mark as required.BaseOptions.required
short?stringExperimental Single character short alias.BaseOptions.short

Released under the MIT License.