front-prod/api/app/clients/index.js

8 lines
140 B
JavaScript
Raw Normal View History

const TextStream = require('./TextStream');
const toolUtils = require('./tools/util');
module.exports = {
TextStream,
...toolUtils,
};