4 lines
187 B
TypeScript
4 lines
187 B
TypeScript
|
|
export { startWebDriver } from './startWebDriver.js';
|
||
|
|
export { setupDriver, setupBrowser } from './manager.js';
|
||
|
|
export { canAccess } from './utils.js';
|
||
|
|
//# sourceMappingURL=index.d.ts.map
|