UNPKG
alpha-dic
Version:
latest (3.3.0)
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.2.0
1.1.4
1.1.3
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.4.2
0.4.1
0.4.0
0.2.2
0.1.1
0.1.0
Asynchronous dependency injection container
github.com/wookieb/alpha-dic
wookieb/alpha-dic
alpha-dic
/
compiled
/
config.js
6 lines
(5 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
config
=
void
0
;
const
ConfigRequestArg
_1 =
require
(
"./args/ConfigRequestArg"
);
exports
.
config
=
ConfigRequestArg
_1.
ConfigRequestArg
.
create
;