UNPKG
plain-ioc
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Plain inversion of control container
github.com/mvcbox/node-plain-ioc
mvcbox/node-plain-ioc
plain-ioc
/
dist
/
DependencyKey.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
declare
type
DependencyKey
=
string
|
symbol
|
object
;