UNPKG

mozu-node-sdk

Version:

Mozu JavaScript SDK for Node.js and Arc.js environments

8 lines (5 loc) 171 B
var Client = require('../client'); module.exports = Client.sub({ "eventNotification": require('./event/eventNotification'), "push": require('./event/push') });