Skip to content

Commit dc18802

Browse files
authored
fix: correctly re-export mapping (#259)
1 parent cae0250 commit dc18802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export * from './gen/main.js';
1212
export * from './gen/permissions.js';
1313
export * from './gen/web-bluetooth.js';
1414

15-
export type {CommandMapping} from './gen/mapping.d.ts';
15+
export type {CommandMapping} from './gen/mapping.js';
1616

1717
type ExternalSpecCommand<T> = {
1818
// id is defined by the main WebDriver BiDi spec and extension specs do

0 commit comments

Comments
 (0)