UNPKG

@capgo/cli

Version:
8 lines (7 loc) 204 B
export declare const MAILTO_BODY_MAX = 1500; export interface MailtoParams { to: string; subject: string; body: string; } export declare function buildMailtoUrl(params: MailtoParams): string;