ethers.js/lib.commonjs/_tests/test-wallet-hd.d.ts

7 lines
102 B
TypeScript
Raw Normal View History

2023-03-04 04:25:07 +03:00
declare global {
class TextDecoder {
decode(data: Uint8Array): string;
}
}
export {};