UNPKG

@lillallol/dic

Version:

My own dependency injection container.

10 lines (9 loc) 279 B
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;