UNPKG

inversify

Version:

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

6 lines (5 loc) 107 B
declare enum TargetType { ConstructorArgument = 0, ClassProperty = 1, } export default TargetType;