mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -81,7 +81,7 @@ declare class jDataView implements DataView {
|
||||
writeFloat64(value: number, littleEndian?: boolean): void
|
||||
}
|
||||
|
||||
declare module jDataView {
|
||||
declare namespace jDataView {
|
||||
interface Bytes {
|
||||
length: number;
|
||||
[index: number]: number;
|
||||
@@ -102,4 +102,4 @@ declare module jDataView {
|
||||
class Int64 extends Uint64 {
|
||||
static fromNumber(number: number): Int64
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user