UNPKG

264 BJavaScriptView Raw
1'use strict';
2
3// @ts-check
4
5/**
6 * This module is here to re-export `@appium/support` for Appium extensions.
7 *
8 * @see https://npm.im/@appium/support
9 * @example
10 * const { fs, npm } = require('appium/support');
11 */
12
13module.exports = require('@appium/support');