Skip to content

Commit

Permalink
Export type of driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored and kamranahmedse committed Jul 30, 2023
1 parent 8697c96 commit 03a298d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,5 @@ export function driver(options: Config = {}) {
},
};
}

export type Driver = ReturnType<typeof driver>

0 comments on commit 03a298d

Please sign in to comment.