UNPKG
@inversifyjs/common
Version:
beta (2.0.0-beta.0)
latest (2.0.1)
2.0.1
2.0.0
2.0.0-beta.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
InversifyJs common utils
inversify.io
inversify/monorepo
@inversifyjs/common
/
lib
/
services
/
models
/
ServiceIdentifier.d.ts
4 lines
•
273 B
TypeScript
View Raw
1
2
3
4
import
type
{
AbstractNewable
}
from
'./AbstractNewable.js'
;
import
type
{
Newable
}
from
'./Newable.js'
;
export
type
ServiceIdentifier
<
TInstance
=
unknown
> =
string
|
symbol
|
Newable
<
TInstance
> |
AbstractNewable
<
TInstance
>;
//# sourceMappingURL=ServiceIdentifier.d.ts.map