UNPKG

io.appium.settings

Version:
9 lines (6 loc) 214 B
import {install} from 'source-map-support'; install(); import { getSettingsApkPath } from './utils'; export const path = getSettingsApkPath(); export * from './constants'; export { SettingsApp } from './client';