2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00

ES6 modules

This commit is contained in:
2019-07-15 14:22:40 +03:00
parent 1e522af044
commit fdfa690b23
50 changed files with 474 additions and 244 deletions

View File

@ -5,4 +5,4 @@ exports.printMsg = function() {
module.exports = { Warehouse, DistributedConnection};
var WebSocket = require('ws')
let WebSocket = require('ws')