This commit is contained in:
2016-08-06 23:27:53 +02:00
commit 8b419711fc
7 changed files with 80 additions and 0 deletions

0
ts/index.ts Normal file
View File

View File

@ -0,0 +1,6 @@
import "typings-global";
export import beautylog = require("beautylog");
export import lik = require("lik");
export import q = require("q");
export import socketIo = require("socket.io");
export import taskbuffer = require("taskbuffer");

0
ts/smartsock.plugins.ts Normal file
View File