Skip to content

Interface: FloatOptions ​

WARNING

This API is experimental and may change in future versions.

Options for the float combinator.

Extends ​

Signature ​

ts
interface FloatOptions extends BaseOptions

Properties ​

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

Released under the MIT License.