mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fixed a missing export
This commit is contained in:
Vendored
+1
-1
@@ -70,7 +70,7 @@ declare module dcodeIO {
|
||||
}
|
||||
|
||||
// for browser
|
||||
var Long:LongStatic;
|
||||
export var Long:LongStatic;
|
||||
}
|
||||
|
||||
interface Long extends dcodeIO.Long {
|
||||
|
||||
Reference in New Issue
Block a user