UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

12 lines (11 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * 打电话 * @param {Options} [options] * @returns {void} */ function tel(options) { window.location.href = "tel:" + options.number; } exports.default = tel;