UNPKG

inversify

Version:

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

6 lines (5 loc) 97 B
declare enum BindingScope { Transient = 0, Singleton = 1, } export default BindingScope;