Open
Description
Thank you first for developing this lib, it is really fast and easy to use. ❤️
Lines 14 to 15 in 373b796
type Buffer = /*unresolved*/ any
Suggested fixes:
- export type ITypedArray = Uint8Array | Uint16Array | Uint32Array;
- export type IDataType = string | Buffer | ITypedArray;
+ export type IDataType = string | BufferSource;
or
export type ITypedArray = Uint8Array | Uint16Array | Uint32Array;
- export type IDataType = string | Buffer | ITypedArray;
+ export type IDataType = string | ArrayBufferLike | ITypedArray;
Metadata
Metadata
Assignees
Labels
No labels