From f7096a44f2c15f4aefb5575f00ae928db5c355d9 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Thu, 27 Oct 2022 12:04:44 -0700 Subject: [PATCH] Return type for GPUInternalError constructor Fixes #108 --- dist/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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