UNPKG

node-savas

Version:

a node.js integration to communicate with the savas http-service

9 lines (7 loc) 241 B
const UpdateService = require('./components/update_service') module.exports = { instance (settings) { return new UpdateService(settings) }, injectCommander: require('./components/injections/commander').injectCommander }