ethers.js/lib.commonjs/_tests/test-wallet-hd.d.ts
2023-03-03 18:25:07 -07:00

7 lines
102 B
TypeScript

declare global {
class TextDecoder {
decode(data: Uint8Array): string;
}
}
export {};