UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 280 B
/** * Displays a message to the user * @param {string} message The message to be displayed * @param {string} mode Optional parameter. There are two modes to display the message: `nowait` and `status` */ export declare const msg: (str: string, mode?: string) => Promise<void>;