5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
'use strict';
|
|
const thread = require('../shared/thread.js');
|
|
|
|
module.exports = thread('Server');
|