UNPKG
unwire
Version:
latest (6.1.0)
6.1.0
6.0.0
5.1.0
5.0.0
4.1.0
4.0.1
4.0.0
3.0.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.0.4
1.0.2
1.0.1
0.0.4
0.0.3
0.0.2
0.0.1
Dependency injection with 'require()'
github.com/stayradiated/unwire
stayradiated/unwire
unwire
/
src
/
types
/
index.ts
2 lines
(1 loc)
•
41 B
text/typescript
View Raw
1
2
export
type
MockFn
=
(
input
:
any
) =>
any