UNPKG

mana-syringe

Version:

IoC library for mana, easily to use.

5 lines 239 B
import type { Syringe } from '../core'; import { SyringeModule } from './syringe-module'; export * from './syringe-module'; export declare function Module(register?: Syringe.Registry): SyringeModule; //# sourceMappingURL=index.d.ts.map