UNPKG

mana-syringe

Version:

IoC library for mana, easily to use.

4 lines (3 loc) 227 B
import type { Syringe } from './core'; export declare const OptionSymbol: unique symbol; export declare const registerSideOption: <T extends Record<any, any> = any, R = any>(option: Syringe.InjectOption<R>, target: T) => void;