UNPKG

622 BJavaScriptView Raw
1// Code generated by coz. DO NOT EDIT.
2/**
3 * Client for the-server
4 * @module the-client
5 */
6'use strict'
7
8const TheClient_ = require('./TheClient')
9const constants_ = require('./constants')
10const create_ = require('./create')
11const helpers_ = require('./helpers')
12const mixins_ = require('./mixins')
13const default__ = require('./default')
14
15// `module.exports` overrides these `exports.*`, but still needs them for lebab (https://github.com/lebab/lebab)
16exports.TheClient = TheClient_
17exports.constants = constants_
18exports.create = create_
19exports.helpers = helpers_
20exports.mixins = mixins_
21
22module.exports = default__