Skip to content

Interface: IntegerOptions ​

WARNING

This API is experimental and may change in future versions.

Options for the integer combinator.

Extends ​

Signature ​

ts
interface IntegerOptions extends BaseOptions

Properties ​

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

Released under the MIT License.