watercraft.js
v0.2.0
Published
A simple and lightweight yet powerful Dependency Injection Container package
Maintainers
Readme
watercraft.js
A simple and lightweight yet powerful Dependency Injection Container package
Installation
npm i watercraft.js
Usage
const DependencyInjectionContainer = require("watercraft.js");
const vessel = new DependencyInjectionContainer();
vessel.register("foo", () => "foobar");