UNPKG

113 BJavaScriptView Raw
1const client = require('./client');
2const service = require('./service');
3
4module.exports = { client, service };