diff --git a/dist/index.d.ts b/dist/index.d.ts index 1526fd8..1343cbc 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -2399,7 +2399,7 @@ declare var GPUInternalError: { prototype: GPUInternalError; new ( message: string - ); + ): GPUInternalError; }; interface GPUOutOfMemoryError