property Option.isArray

If this is true the option can be specified multiple times and all values will be returned in an array matching the order provided.

NOTE: If isOptional is false, at least one instance of the option must be specified.

Type

boolean

Usage

import type Option from ".";