@xylabs/hex
Version:
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
7 lines • 305 B
TypeScript
/**
* Checks whether a hex string represents a zero value.
* @param value - The hex string to check
* @returns True if zero, false if non-zero, or undefined if the input is not a string
*/
export declare const isHexZero: (value?: string) => boolean | undefined;
//# sourceMappingURL=isHexZero.d.ts.map