ethers.js/packages/wallet/lib/tests/test-mnemonic.d.ts

7 lines
145 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
declare global {
class TextDecoder {
decode(data: Uint8Array): string;
}
}
export {};
//# sourceMappingURL=test-mnemonic.d.ts.map