Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Dependency injection container library for JavaScript/TypeScript (github.com/guarapi)
2 points by joaoneto 32 days ago | hide | past | favorite | 1 comment



Just curious, why would you do this instead of,

export const someDep = new Dependency();

You can export a lot more of these statements.

and use it everywhere as these act as singletons in lets say a node JS environment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: