A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
Apr 26, 2021 - TypeScript
Add a description, image, and links to the inversifyjs topic page so that developers can more easily learn about it.
To associate your repository with the inversifyjs topic, visit your repo's landing page and select "manage topics."
Return a standard response to client in all controllers. All response could inherit from a
BaseResponse
class that have useful properties which will be used as a standard for returning responses to client.