Skip to content

Interface: BooleanOptions ​

WARNING

This API is experimental and may change in future versions.

Options for the boolean combinator.

Extends ​

Signature ​

ts
interface BooleanOptions extends BaseOptions

Properties ​

NameTypeDescription
negatable (optional)booleanEnable negation with --no- prefix.

Released under the MIT License.