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 135f6fe commit 8334998Copy full SHA for 8334998
types.d.ts
@@ -1,2 +1,2 @@
1
export * from '@webgpu/types';
2
-declare function create(options: string[]): GPU;
+export declare function create(options: string[]): GPU;
0 commit comments