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

9 lines
221 B
TypeScript
Raw Permalink Normal View History

2023-03-03 18:25:07 -07:00
/**
* @_ignore
*/
export declare function decode(data: string, subs: string): Array<string>;
/**
* @_ignore
*/
export declare function decodeOwl(data: string): Array<string>;
//# sourceMappingURL=decode-owl.d.ts.map