UNPKG
@selfage/http_error
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Error with HTTP status code.
github.com/selfage/http_error
selfage/http_error
@selfage/http_error
/
test_matcher.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
{
HttpError
}
from
"./error"
;
import
{
MatchFn
}
from
"@selfage/test_matcher"
;
export
declare
function
eqHttpError
(
expected
:
HttpError
):
MatchFn
<
any
>;