Add namespace to long.d.ts

This commit is contained in:
Tom
2016-03-07 14:59:24 -05:00
parent 9f0f926a12
commit 7ffa3f8814

3
long/long.d.ts vendored
View File

@@ -348,5 +348,6 @@ declare class Long
}
declare module 'long' {
namespace Long {}
export = Long;
}
}