UNPKG
@power-doctest/tester
Version:
canary (6.0.0-beta.1)
latest (6.1.1)
6.1.1
6.1.0
6.0.0
6.0.0-beta.1
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.3
5.1.2
5.0.1
4.1.0
4.0.0
A Test Runner for A power-doctest.
github.com/azu/power-doctest-runner
azu/power-doctest-runner
@power-doctest/tester
/
lib
/
create-wrapped-assertion.d.ts
3 lines
(2 loc)
•
209 B
TypeScript
View Raw
1
2
3
export
declare
type
createWrappedAssertionCallback =
(
args
: { name:
string
; args:
any
[] }
) =>
void
;
export
declare
const
createWrappedAssertion
:
(
assert
:
any
,
callback
: createWrappedAssertionCallback
) =>
any
;