mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added export= declaration
This seems to be necessary to generate commonjs compatible code.
This commit is contained in:
Vendored
+3
@@ -418,3 +418,6 @@ declare module ROSLIB {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "ROSLIB" {
|
||||
export = ROSLIB;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user