Function matchBooleans

  • Given booleans as arguments, returns a Type Guard that checks if the given value is strictly equal to one of the given primitives.

    Type Parameters

    • Args extends readonly boolean[]

    Parameters

    • Rest ...args: readonly [Args]

    Returns MatchInFn<boolean, Args>

Generated using TypeDoc