We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types.ts
1 parent 91609aa commit c54728eCopy full SHA for c54728e
src/index.ts
@@ -5,7 +5,7 @@ import cp from 'node:child_process'
5
import { download as downloadDriver } from './install.js'
6
import { hasAccess, parseParams } from './utils.js'
7
import { BINARY_FILE } from './constants.js'
8
-import type { GeckodriverParameters } from 'types.js'
+import type { GeckodriverParameters } from './types.js'
9
10
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
11
0 commit comments