@vortiq/eml-parse-js
Version:
Format EML file in browser environment
7 lines (6 loc) • 341 B
TypeScript
import { build } from './build';
import { Attachment, BoundaryHeaders, EmailAddress, EmlContent, ParsedEml } from './interface';
import { parse } from './parse';
import { read } from './read';
export { build as buildEml, parse as parseEml, read as readEml };
export type { Attachment, BoundaryHeaders, EmailAddress, EmlContent, ParsedEml };