5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
'use strict';
|
|
const {CHANNEL} = require('../channel.js');
|
|
|
|
module.exports = ('WS' + CHANNEL);
|