mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
readBytes fix
This commit is contained in:
Vendored
+2
-2
@@ -9268,7 +9268,7 @@ declare module Windows {
|
||||
unconsumedBufferLength: number;
|
||||
unicodeEncoding: Windows.Storage.Streams.UnicodeEncoding;
|
||||
readByte(): number;
|
||||
readBytes(): Uint8Array;
|
||||
readBytes(value: Uint8Array): void;
|
||||
readBuffer(length: number): Windows.Storage.Streams.IBuffer;
|
||||
readBoolean(): boolean;
|
||||
readGuid(): string;
|
||||
@@ -9297,7 +9297,7 @@ declare module Windows {
|
||||
unconsumedBufferLength: number;
|
||||
unicodeEncoding: Windows.Storage.Streams.UnicodeEncoding;
|
||||
readByte(): number;
|
||||
readBytes(): Uint8Array;
|
||||
readBytes(value: Uint8Array): void;
|
||||
readBuffer(length: number): Windows.Storage.Streams.IBuffer;
|
||||
readBoolean(): boolean;
|
||||
readGuid(): string;
|
||||
|
||||
Reference in New Issue
Block a user