netkitty
Version:
Network tools kit
10 lines • 585 B
TypeScript
export declare const Int8ToHex: (value: number) => string;
export declare const Int16ToHex: (value: number) => string;
export declare const Int32ToHex: (value: number) => string;
export declare const Int64ToHex: (value: bigint) => string;
export declare const UInt8ToHex: (value: number) => string;
export declare const UInt16ToHex: (value: number) => string;
export declare const UInt32ToHex: (value: number) => string;
export declare const UInt64ToHex: (value: bigint) => string;
export declare const Float32ToHex: (value: number) => string;
//# sourceMappingURL=NumberToHex.d.ts.map