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
/
validateDependencyGraph
/
detectCycles.d.ts
10 lines
(9 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
IDic
}
from
"../publicApi"
;
export
declare
function
detectCycles
(
_
: { dic: IDic; /** * @description * The abstractions that have their concretions exposed
in
the entry point
of
your program. */ entryPointAbstractions:
symbol
[]; }
):
void
;