UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 145 B
/** * @param to * @param subject * @param message */ export declare const sendEmail: (to: string, subject: string, message: string) => void;