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