Skip to content

Interface: NumberOptions ​

WARNING

This API is experimental and may change in future versions.

Options for the number combinator.

Extends ​

Signature ​

ts
interface NumberOptions extends BaseOptions

Properties ​

NameTypeDescription
max (optional)numberMaximum value (inclusive).
min (optional)numberMinimum value (inclusive).

Released under the MIT License.