UNPKG
@microphi/di
Version:
latest (2.10.3)
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.7.3
2.7.2
2.7.1
2.6.0
2.5.1
2.3.1
2.3.0
2.2.3
2.2.1
2.2.0
Handcrafted DI container
github.com/microph1/microphi
@microphi/di
/
lib
/
esm
/
testing
/
test-bed.d.ts
7 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DIOptions
}
from
'../lib/container/di.decorator'
;
import
{
Klass
}
from
'../lib/types'
;
export
declare
class
TestBed
{
static
configure
(
config
:
DIOptions
):
void
;
static
inject
(
klass
:
Klass
):
any
; }
//# sourceMappingURL=test-bed.d.ts.map