Skip to content

Commit

Permalink
Restore type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 18, 2024
1 parent d7e15b1 commit 59ea0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {install} from 'source-map-support';
install();

import {AndroidDriver} from './driver';
export type * from './commands/types';
export {ANDROID_DRIVER_CONSTRAINTS as commonCapConstraints} from './constraints';
export * from './driver';
export * as doctor from './doctor/checks';
Expand Down

0 comments on commit 59ea0dd

Please sign in to comment.