Merge pull request #8408 from smamessier/patch-1

Added export= declaration
This commit is contained in:
Masahiro Wakame
2016-03-10 22:45:50 +09:00
+3
View File
@@ -418,3 +418,6 @@ declare module ROSLIB {
}
}
declare module "ROSLIB" {
export = ROSLIB;
}