thiagobustamante / typescript-ioc

A Lightweight annotation-based dependency injection container for typescript.
MIT License
526 stars 64 forks source link

adding the getType method #26

Closed nolazybits closed 6 years ago

nolazybits commented 6 years ago

if bind(A).to(B) getType(A) will return B

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.2%) to 94.048% when pulling 4a404183fc6972cabd6638a959f0716c4030f150 on nolazybits:master into 8b5dae7c027444cdb182715a8baa9a2d7e5178b9 on thiagobustamante:master.