We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cfbf0c + bfa3433 commit c27dae6Copy full SHA for c27dae6
1 file changed
src/index.d.ts
@@ -407,6 +407,7 @@ export type KernelVariable =
407
| Uint8Array
408
| Uint16Array
409
| Uint32Array
410
+ | Uint8ClampedArray
411
| KernelOutput;
412
413
export type ThreadFunctionResult
@@ -665,4 +666,4 @@ export interface IDeclaration {
665
666
valueType: string;
667
dependencies: any;
668
isSafe: boolean;
-}
669
+}
0 commit comments