ethers.js/packages/wallet/lib/tests/test-mnemonic.d.ts
2022-04-11 17:14:19 -04:00

7 lines
145 B
TypeScript

declare global {
class TextDecoder {
decode(data: Uint8Array): string;
}
}
export {};
//# sourceMappingURL=test-mnemonic.d.ts.map