update to types

This commit is contained in:
Josh Burman
2019-03-11 14:35:33 -04:00
parent 8fa7f98493
commit cdd6179992
28 changed files with 518 additions and 39 deletions

13
dist/server/clients/sites/mhsClient.js vendored Normal file
View File

@ -0,0 +1,13 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const clientBase_1 = require("../clientBase");
class MHSClient extends clientBase_1.default {
constructor(data, ws) {
super(data, ws);
console.log('mhs client created');
}
}
;
module.exports = MHSClient;
exports.default = MHSClient;
//# sourceMappingURL=mhsClient.js.map