UNPKG
4.5
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Monadic test assertions
github.com/TylorS/4.5
TylorS/4.5
4.5
/
lib.es2015
/
helpers
/
formatError.d.ts
2 lines
(1 loc)
•
90 B
TypeScript
View Raw
1
2
export
declare
function
formatError
(
message
:
string
,
expected
:
any
,
actual
:
any
):
string
;