Skip to content

Commit

Permalink
fix: Remove redundant export
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Nov 18, 2024
1 parent 19c7124 commit 2657827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const utils = {
} as const;
export type * from './commands/types';
export {ANDROID_DRIVER_CONSTRAINTS as commonCapConstraints} from './constraints';
export {NATIVE_WIN} from './commands/context/helpers';
export * from './driver';
export * as doctor from './doctor/checks';

Expand Down

0 comments on commit 2657827

Please sign in to comment.