UNPKG

@difizen/mana-core

Version:

7 lines 301 B
import type { Syringe } from '@difizen/mana-syringe'; export declare class ManaContext implements Syringe.Context { container: Syringe.Container; constructor(container: Syringe.Container); load: (module: Syringe.Module) => Promise<void>; } //# sourceMappingURL=mana-module-context.d.ts.map