ethers.js/packages/wordlists/lib/decode-owl.d.ts
2022-04-11 17:14:19 -04:00

3 lines
179 B
TypeScript

export declare function decode(data: string, subs: string): Array<string>;
export declare function decodeOwl(data: string): Array<string>;
//# sourceMappingURL=decode-owl.d.ts.map