UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 213 B
/** * Displays a message that allows capturing end user confirmation * @param {string} message The message to be displayed * @return boolean */ export declare const confirm: (str: string) => Promise<boolean>;