UNPKG

@0xtemple/client

Version:
4 lines (3 loc) 210 B
export declare function capitalizeFirstLetter(input: string): string; export declare function normalizeHexAddress(input: string): string | null; export declare function numberToAddressHex(num: number): string;