feat: Update module exports and enhance TypeScript configuration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { BytesLike } from './BytesLike';
|
||||
import type { BytesLike } from './BytesLike.js';
|
||||
|
||||
export function convertBytesLikeToUint8Array(data: BytesLike, encodeUTF8 = true): Uint8Array {
|
||||
if (data instanceof Uint8Array) {
|
||||
|
||||
Reference in New Issue
Block a user