UNPKG

inversify

Version:

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

6 lines (5 loc) 133 B
export declare enum FactoryType { DynamicValue = "toDynamicValue", Factory = "toFactory", Provider = "toProvider" }