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
/
cjs
/
testing
/
index.js
6 lines
(5 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"tslib"
); tslib_1.
__exportStar
(
require
(
"./test-bed"
),
exports
); tslib_1.
__exportStar
(
require
(
"./mocked"
),
exports
);