UNPKG
@vortiq/eml-parse-js
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Format EML file in browser environment
github.com/harbridge-c/eml-parse-js
harbridge-c/eml-parse-js
@vortiq/eml-parse-js
/
dist
/
src
/
parse.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
Options
,
ParsedEml
}
from
'./interface'
;
export
declare
const
parse
:
(
eml
:
string
,
options
?:
Options
) =>
ParsedEml
;