From 8af0a7e8453088ac1892ce9f2bc2356ffd6cabaf Mon Sep 17 00:00:00 2001 From: yohei1126 Date: Mon, 23 Jan 2017 14:50:52 +0900 Subject: [PATCH] msgpack: add module declaration --- types/msgpack/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/msgpack/index.d.ts b/types/msgpack/index.d.ts index 7d15442ce3..ff695b7087 100644 --- a/types/msgpack/index.d.ts +++ b/types/msgpack/index.d.ts @@ -81,3 +81,7 @@ interface MsgPackCallbackResult { } declare var msgpack: MsgPackStatic; + +declare module "msgpack" { + export = msgpack; +} \ No newline at end of file