UNPKG

inversify

Version:

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

3 lines (2 loc) 124 B
declare function injectable(): <T extends abstract new (...args: any) => unknown>(target: T) => T; export { injectable };