UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 116 B
/** * Opens an URL in the web browser * @param url */ export declare const openInBrowser: (url: string) => void;