Skip to main content

AnyBoolean

Matches any Boolean.

import { matchers } from '@contract-case/case-definition-dsl'

new matchers.primitives.AnyBoolean(example: boolean)

Parameters

NameTypeDescription
examplebooleanAn example boolean.