UNPKG
ts-bakery
Version:
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
Baked dependency injection for Typescript.
ts-bakery
/
build
/
Configuration
/
DependencyMapping.js
10 lines
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
DependencyMapping
{
constructor
(
) {
this
.
dependencyIndices
= [];
this
.
dependencies
= []; } }
exports
.
default
=
DependencyMapping
;
//# sourceMappingURL=DependencyMapping.js.map