ethers.js/lib.esm/wordlists/decode-owl.d.ts

9 lines
221 B
TypeScript
Raw Permalink Normal View History

2022-11-30 15:44:23 -05:00
/**
* @_ignore
*/
2022-09-05 16:57:11 -04:00
export declare function decode(data: string, subs: string): Array<string>;
2022-11-30 15:44:23 -05:00
/**
* @_ignore
*/
2022-09-05 16:57:11 -04:00
export declare function decodeOwl(data: string): Array<string>;
//# sourceMappingURL=decode-owl.d.ts.map