UNPKG

a-mail-signature

Version:

Generate and modify Apple Mail E-Mail signatures

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