UNPKG

inversify

Version:

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

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