Added export= declaration

This seems to be necessary to generate commonjs compatible code.
This commit is contained in:
smamessier
2016-03-05 21:23:49 -05:00
parent 9f0f926a12
commit 6587f76f20
+3
View File
@@ -418,3 +418,6 @@ declare module ROSLIB {
}
}
declare module "ROSLIB" {
export = ROSLIB;
}