Function unsafe

  • Takes a Safe value, if ok, returns the ok_t, or if an error throws the err_t

    Type Parameters

    • ok_t

    • err_t

    Parameters

    • x: Safe<ok_t, err_t>

    Returns ok_t

Generated using TypeDoc