UNPKG

tsyringe

Version:

Lightweight dependency injection container for JavaScript/TypeScript

5 lines (4 loc) 83 B
declare type Dictionary<T> = { [key: string]: T; }; export default Dictionary;