Function matchPropertyKeys

  • Given PropertyKeys 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 PropertyKey[]

    Parameters

    • Rest ...args: readonly [Args]

    Returns MatchInFn<PropertyKey, Args>

Generated using TypeDoc