You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockvote/node_modules/@ethersproject/strings/lib.esm/idna.d.ts

5 lines
306 B

export declare function _nameprepTableA1(codepoint: number): boolean;
export declare function _nameprepTableB2(codepoint: number): Array<number>;
export declare function _nameprepTableC(codepoint: number): boolean;
export declare function nameprep(value: string): string;
//# sourceMappingURL=idna.d.ts.map