UNPKG

appium-uiautomator2-driver

Version:
8 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APKS_EXTENSION = exports.APK_EXTENSION = void 0; const APK_EXTENSION = '.apk'; exports.APK_EXTENSION = APK_EXTENSION; const APKS_EXTENSION = '.apks'; exports.APKS_EXTENSION = APKS_EXTENSION; //# sourceMappingURL=extensions.js.map