@appium/types
Version:
Various type declarations used across Appium
15 lines (14 loc) • 386 B
text/typescript
export * from './command-maps';
export * from './action';
export * from './appium-config';
export * from './capabilities';
export * from './commands';
export * from './config';
export * from './constraints';
export * from './driver';
export * from './plugin';
export * from './http';
export * from './util';
export * from './server';
export * from './logger';
export * from './doctor';