ntnyq
commited on
Commit
·
03a298d
1
Parent(s):
8697c96
Export type of driver
Browse files- src/driver.ts +2 -0
src/driver.ts
CHANGED
@@ -329,3 +329,5 @@ export function driver(options: Config = {}) {
|
|
329 |
},
|
330 |
};
|
331 |
}
|
|
|
|
|
|
329 |
},
|
330 |
};
|
331 |
}
|
332 |
+
|
333 |
+
export type Driver = ReturnType<typeof driver>
|