UNPKG

inversify

Version:

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

3 lines (2 loc) 126 B
declare function targetName(name: string): (target: any, targetKey: string, index: number) => any; export default targetName;