exchange-services
v1.0.0
Published
Initialize the exhcange services class with an array of services to be registered
Downloads
4
Readme
##Exchange Services
Initialize the exhcange services class with an array of services to be registered
e.g:
const ExchangeServices = require('exchange-service');
const services = ['books', 'emails'];
const exchangeService = new ExchangeServices(services);