UNPKG

appium-ios-simulator

Version:
12 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDevices = getDevices; const node_simctl_1 = require("node-simctl"); /** * @param {import('@appium/types').StringRecord} [simctlOpts] * @returns {Promise<any[]>} */ async function getDevices(simctlOpts) { return await new node_simctl_1.Simctl(simctlOpts).getDevices(); } //# sourceMappingURL=device-utils.js.map