UNPKG

appium

Version:

Automation for Apps.

14 lines (10 loc) 264 B
'use strict'; // @ts-check /** * This module is here to re-export `@appium/support` for Appium extensions. * * @see https://npm.im/@appium/support * @example * const { fs, npm } = require('appium/support'); */ module.exports = require('@appium/support');