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

9 lines
221 B
TypeScript
Raw Normal View History

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