From 090fced5b76494dbf916bb5e9a8b98ea96ce288d Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 20 Jan 2025 14:03:22 -0800 Subject: [PATCH] Add type description to NanoPowGl. --- types.d.ts | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.34.1