ethers.js/packages/strings/idna.d.ts
2019-08-02 02:10:58 -04:00

3 lines
133 B
TypeScript

export declare function _nameprepTableB2(codepoint: number): Array<number>;
export declare function nameprep(value: string): string;