Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export type Bytes = ArrayBuffer | DataView | Uint8Array;
|
||||
export type Bytes = ArrayBuffer | DataView | Uint8Array<ArrayBuffer>;
|
||||
export type BytesLike = Bytes | string;
|
||||
|
||||
Reference in New Issue
Block a user