UNPKG
@lillallol/dic
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.0
My own dependency injection container.
github.com/lillallol/dic
lillallol/dic
@lillallol/dic
/
dist
/
printDependencyTree
/
symbolToTypesKeyFactory.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
type
{
ITYPES
}
from
"../publicApi"
;
export
declare
function
symbolToTypesKeyFactory
(
TYPES
: ITYPES
):
(
symbol
:
symbol
) =>
string
;