UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

8 lines 281 B
/** * Turns a hexadecimal string into lowercase alphabetical characters. * * @param hex - The hexadecimal string to convert * @returns A string of lowercase alphabetical characters */ export declare const hex2abc: (hex: string) => string; //# sourceMappingURL=hex2abc.d.ts.map