UNPKG

a-mail-signature

Version:

Generate and modify Apple Mail E-Mail signatures

6 lines (5 loc) 229 B
/** * Update an existing new mail signature from an HTML template * @param path the HTML template file path */ export declare const updateSignature: (name: string, path: string, mailDir?: string | undefined) => Promise<void>;