UNPKG

@morjs/runtime-web

Version:
14 lines 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { makePhoneCall(params) { try { const { number } = params; if (!number) return; location.href = 'tel:' + number; } catch (e) { } } }; //# sourceMappingURL=make-phone-call.js.map