Skip to content

Commit 94e79f0

Browse files
committed
fix(types): actually export named Chromedriver
1 parent eab99a4 commit 94e79f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Chromedriver} from './chromedriver';
22
export {ChromedriverStorageClient} from './storage-client';
33
export default Chromedriver;
4-
4+
export {Chromedriver};
55
export type * from './types';

0 commit comments

Comments
 (0)