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
/
convertToMsg.d.ts
3 lines
•
209 B
TypeScript
View Raw
1
2
3
import
{
PSTFile
,
PSTMessage
}
from
"@hiraokahypertools/pst-extractor"
;
export
declare
function
convertToMsg
(
message: PSTMessage, file: PSTFile
):
Promise
<
Uint8Array
>;
//# sourceMappingURL=convertToMsg.d.ts.map