UNPKG

sahara

Version:

An inversion-of-control container for managing dependencies. Supports constructor, property and method injection

4 lines (3 loc) 173 B
import { TypeInfo } from './types'; export declare const argPrefix = "$arg:"; export declare const getTypeInfo: (ctor: Function, key?: string, type?: "method") => TypeInfo;