UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

5 lines (4 loc) 90 B
/** * @param {string} phone */ export declare const placeCall: (phone: string) => void;