This repository was archived by the owner on Dec 31, 2020. It is now read-only.
  
  
  
  
  
Description
Currently Provider and @inject are using strings for providing stores and injecting them in components. Is it possible to use TypeScript generics to make sure that those strings are type checked by TypeScript compiler? Since strings can be their own types in TypeScript it should be possible to take advantage of that feature.