ethers.js/lib.commonjs/_tests/test-utils-utf8.d.ts
2023-04-27 21:19:55 +09:00

13 lines
288 B
TypeScript

export type TestCaseBadString = {
name: string;
bytes: Uint8Array;
ignore: string;
replace: string;
error: string;
};
export type TestCaseCodePoints = {
name: string;
text: string;
codepoints: Array<number>;
};
//# sourceMappingURL=test-utils-utf8.d.ts.map