Skip to content

Commit 8334998

Browse files
committed
fix create type
1 parent 135f6fe commit 8334998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from '@webgpu/types';
2-
declare function create(options: string[]): GPU;
2+
export declare function create(options: string[]): GPU;

0 commit comments

Comments
 (0)