msgpack: add module declaration

This commit is contained in:
yohei1126
2017-03-25 18:55:46 +09:00
parent bb7d6b2d08
commit 8af0a7e845
+4
View File
@@ -81,3 +81,7 @@ interface MsgPackCallbackResult {
}
declare var msgpack: MsgPackStatic;
declare module "msgpack" {
export = msgpack;
}