UNPKG

inversify

Version:

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

7 lines (6 loc) 241 B
var BindingScope; (function (BindingScope) { BindingScope[BindingScope["Transient"] = 0] = "Transient"; BindingScope[BindingScope["Singleton"] = 1] = "Singleton"; })(BindingScope || (BindingScope = {})); export default BindingScope;