UNPKG

demo-client

Version:
9 lines (7 loc) 142 B
'use strict' const client = require('./src/client') const helpers = require('./src/helpers') module.exports = { ...client, ...helpers, }