From: Chris Duncan Date: Mon, 20 Jan 2025 22:03:22 +0000 (-0800) Subject: Add type description to NanoPowGl. X-Git-Tag: v2.0.0~3 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=090fced5b76494dbf916bb5e9a8b98ea96ce288d;p=nano-pow.git Add type description to NanoPowGl. --- diff --git a/types.d.ts b/types.d.ts index 3fe38ad..5696a9a 100644 --- a/types.d.ts +++ b/types.d.ts @@ -19,6 +19,9 @@ export type NanoPowOptions = { threshold?: number } +/** +* Nano proof-of-work using WebGL 2.0. +*/ export declare class NanoPowGl { #private /** Compile */