UNPKG
@hiraokahypertools/pst_to_msg
Version:
latest (0.1.0-alpha4)
0.1.0-alpha4
0.1.0-alpha3
0.1.0-alpha2
0.1.0-alpha1
Convert a message in Outlook PST file into MSG format
github.com/HiraokaHyperTools/pst_to_msg
@hiraokahypertools/pst_to_msg
/
dist
/
utils.d.ts
13 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * 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