UNPKG

inversify

Version:

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

7 lines (6 loc) 167 B
declare const BindingCount: { MultipleBindingsAvailable: number; NoBindingsAvailable: number; OnlyOneBindingAvailable: number; }; export { BindingCount };