UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

12 lines 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.placeCall = void 0; const openInBrowser_1 = require("./openInBrowser"); /** * @param {string} phone */ const placeCall = (phone) => { (0, openInBrowser_1.openInBrowser)("tel:" + phone); }; exports.placeCall = placeCall; //# sourceMappingURL=placeCall.js.map