UNPKG

freight.js

Version:

An simple CommonJS dependency injection container for both node.js and the browser (using browserify)

17 lines (15 loc) 259 B
{ "car": { "constructorFn": ":car_class", "arguments": [":engine", ":wheels"] }, "engine": { "shared": "true", "factoryFn": ":engine_factory", "tags": ["interior"] }, "wheels": { "constructorFn": ":wheels_class", "tags": ["exterior"] } }