fix module declaration

This commit is contained in:
yohei1126
2017-02-18 20:33:40 +09:00
parent 0a32d9d782
commit be2a3869bb

View File

@@ -83,3 +83,4 @@ interface MsgPackCallbackResult {
declare var msgpack: MsgPackStatic;
export = msgpack;
export as namespacei msgpack;