UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

4 lines (3 loc) 189 B
import { DecoratorTarget } from './decorator_utils'; declare function unmanaged(): (target: DecoratorTarget, targetKey: string | undefined, index: number) => void; export { unmanaged };