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 dc18802 commit 0c0ea74Copy full SHA for 0c0ea74
out/index.d.ts
@@ -9,7 +9,7 @@ import * as BidiBluetooth from './gen/web-bluetooth.js';
9
export * from './gen/main.js';
10
export * from './gen/permissions.js';
11
export * from './gen/web-bluetooth.js';
12
-export type {CommandMapping} from './gen/mapping.d.ts';
+export type {CommandMapping} from './gen/mapping.js';
13
type ExternalSpecCommand<T> = {
14
id: Bidi.JsUint;
15
} & T;
0 commit comments