Function match

  • Given a primitive, returns a Type Guard that checks if the given value is strictly equal to the given argument.

    Type Parameters

    Parameters

    • result: Result

    Returns TypeGuardFn<unknown, Result>

Generated using TypeDoc