mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
msgpack: add module declaration
This commit is contained in:
Vendored
+4
@@ -81,3 +81,7 @@ interface MsgPackCallbackResult {
|
||||
}
|
||||
|
||||
declare var msgpack: MsgPackStatic;
|
||||
|
||||
declare module "msgpack" {
|
||||
export = msgpack;
|
||||
}
|
||||
Reference in New Issue
Block a user