UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 163 B
/** * @param File * @param text * @param url * @param title */ export declare const shareFile: (uri: string, text?: string, title?: string) => Promise<void>;