mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 22:10:30 +00:00
Add namespace to long.d.ts
This commit is contained in:
Vendored
+2
-1
@@ -348,5 +348,6 @@ declare class Long
|
||||
}
|
||||
|
||||
declare module 'long' {
|
||||
namespace Long {}
|
||||
export = Long;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user