Skip to main content

ArrayOptions

Index

Properties

optionalarbitrary

arbitrary?: Partial<ArrayGenerator<unknown, number>>

optionalmaxItems

maxItems?: number

The maximum amount of items this array has.

optionalminItems

minItems?: number

The minimum amount of items this array has.

optionalset

set?: boolean

Checks whether all items are unique.

Page Options