mirror of
https://github.com/appium/appium.git
synced 2026-03-01 06:40:05 -06:00
- appium@2.2.1 - @appium/base-driver@9.4.1 - @appium/base-plugin@2.2.22 - @appium/doctor@2.0.27 - @appium/docutils@0.4.11 - @appium/driver-test-support@0.4.16 - @appium/execute-driver-plugin@3.0.19 - @appium/fake-driver@5.2.10 - @appium/fake-plugin@3.1.26 - @appium/images-plugin@2.1.6 - @appium/opencv@2.1.5 - @appium/plugin-test-support@0.3.23 - @appium/schema@0.4.1 - @appium/support@4.1.8 - @appium/test-support@3.0.26 - @appium/types@0.14.1 - @appium/universal-xml-plugin@1.0.14
@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
Notes
- The sources are
.tsfiles, not.d.tsfiles. 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.tsfiles 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.tsis generated by this package from@appium/schema, but is under version control to avoid chicken-or-egg build problems.
License
Apache-2.0