UNPKG

@hiraokahypertools/pst_to_msg

Version:

Convert a message in Outlook PST file into MSG format

13 lines 289 B
/** * little uint32 to hex string * * @internal */ export declare function toHex4(value: number, upper?: boolean): string; /** * little uint16 to hex string * * @internal */ export declare function toHex2(value: number, upper?: boolean): string; //# sourceMappingURL=utils.d.ts.map