5 lines
271 B
TypeScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
export declare function ensNormalize(name: string): string;
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
export declare function dnsEncode(name: string): string;
//# sourceMappingURL=namehash.d.ts.map