UNPKG

@janiscommerce/client-creator

Version:

A package that wraps all the client creation in Janis Services

18 lines (15 loc) 445 B
'use strict'; const ModelClient = require('./model-client'); const APICreate = require('./api-create'); const ListenerCreated = require('./listener-created'); const ListenerUpdated = require('./listener-updated'); const ListenerRemoved = require('./listener-removed'); const clientFunctions = require('./client-functions'); module.exports = { ModelClient, APICreate, ListenerCreated, ListenerUpdated, ListenerRemoved, clientFunctions };