UNPKG

inversify

Version:

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

12 lines (11 loc) 211 B
declare enum BindingType { Invalid = 0, Instance = 1, ConstantValue = 2, DynamicValue = 3, Constructor = 4, Factory = 5, Function = 6, Provider = 7, } export default BindingType;