Skip to content

A Simple Dependency Injection Framework for TypeScript and JavaScript.

License

Notifications You must be signed in to change notification settings

dinanjanan/getthis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getthis

A dependency injection framework without the runtime overhead.

getthis overcomes using runtime reflection to infer types and load the correct dependencies by instead opting for a declarative pattern employing default function parameters.

Usage documentation to be uploaded soon.