]> zoso.dev Git - nano-pow.git/commitdiff
Add type description to NanoPowGl.
authorChris Duncan <chris@zoso.dev>
Mon, 20 Jan 2025 22:03:22 +0000 (14:03 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 20 Jan 2025 22:03:22 +0000 (14:03 -0800)
types.d.ts

index 3fe38ad5f334fcdbb543089e9b25b1b0d5f8b537..5696a9a86e58347b756e16f32a3caf429494ba13 100644 (file)
@@ -19,6 +19,9 @@ export type NanoPowOptions = {
        threshold?: number
 }
 
+/**
+* Nano proof-of-work using WebGL 2.0.
+*/
 export declare class NanoPowGl {
        #private
        /** Compile */