Simple object state container.
Example
const stateContainer = ;const connections = stateContainer; const connectionUrl = 'amqp://localhost:9000';const connection = connections; { return async return await amqp; }
Simple object state container.
const stateContainer = ;const connections = stateContainer; const connectionUrl = 'amqp://localhost:9000';const connection = connections; { return async return await amqp; }
npm i statecontainer
4
2.0.0
MIT