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 5092b04 commit 68c4de6Copy full SHA for 68c4de6
tfjs-backend-webgpu/src/webgpu.ts
@@ -17,5 +17,5 @@
17
18
import * as webgpu_util from './webgpu_util';
19
export {WebGPUBackend} from './backend_webgpu';
20
-export {WebGPUProgram} from './webgpu_program';
+export type {WebGPUProgram} from './webgpu_program';
21
export {webgpu_util};
0 commit comments