UNPKG

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