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.
1 parent cae0250 commit dc18802Copy full SHA for dc18802
src/index.ts
@@ -12,7 +12,7 @@ export * from './gen/main.js';
12
export * from './gen/permissions.js';
13
export * from './gen/web-bluetooth.js';
14
15
-export type {CommandMapping} from './gen/mapping.d.ts';
+export type {CommandMapping} from './gen/mapping.js';
16
17
type ExternalSpecCommand<T> = {
18
// id is defined by the main WebDriver BiDi spec and extension specs do
0 commit comments