UNPKG

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