Files
appium/packages/types
Jonathan Lipps 5b043cc1ab chore: publish
- appium@2.8.0
 - @appium/base-driver@9.8.1
 - @appium/base-plugin@2.2.34
 - @appium/doctor@2.1.1
 - @appium/docutils@1.0.10
 - @appium/driver-test-support@0.4.26
 - @appium/fake-plugin@3.1.38
 - @appium/images-plugin@3.0.9
 - @appium/logger@1.2.0
 - @appium/plugin-test-support@0.3.33
 - @appium/support@4.4.0
 - @appium/test-support@3.0.38
 - @appium/types@0.19.1
 - @appium/universal-xml-plugin@1.0.20
2024-06-06 13:20:24 -07:00
..
2022-05-09 19:09:50 -07:00
2024-06-06 13:20:24 -07:00
2024-06-06 13:20:24 -07:00

@appium/types

A collection of TypeScript type declarations used across various Appium packages.

Warning

This is a work-in-progress; expect breaking changes!

Install

npm install @appium/types -D

Note

  • The sources are .ts files, not .d.ts files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.
  • If there is a way to switch to .d.ts files and configure this package to work in our "project" context without needing to actually "emit" anything, then we should do that instead. Help accepted!
  • lib/appium-config.ts is generated by this package from @appium/schema, but is under version control to avoid chicken-or-egg build problems.

License

Apache-2.0