UNPKG

@vortiq/eml-parse-js

Version:
3 lines (2 loc) 125 B
import { Options, ParsedEml } from './interface'; export declare const parse: (eml: string, options?: Options) => ParsedEml;