UNPKG

82 BJavaScriptView Raw
1const {createServer} = require('./server');
2
3module.exports = {
4 createServer
5};