spee.ch/speech.js

8 lines
95 B
JavaScript
Raw Normal View History

const Server = require('./server');
const exports = {
Server,
};
module.exports = exports;