@xylabs/hex
Version:
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
7 lines • 298 B
TypeScript
/**
* Converts an ArrayBuffer to a hex string without padding or normalization.
* @param buffer - The ArrayBuffer to convert
* @returns A lowercase hex string representation of the buffer
*/
export declare const toHexLegacy: (buffer: ArrayBuffer) => string;
//# sourceMappingURL=legacy.d.ts.map