From ce3b91ff4335116425bb86bfeea92bb15fb95d96 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 21 Aug 2025 14:05:48 -0700 Subject: [PATCH] Fix type definition import. --- test/test.tools.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.tools.mjs b/test/test.tools.mjs index 20ae465..cda3585 100644 --- a/test/test.tools.mjs +++ b/test/test.tools.mjs @@ -19,7 +19,7 @@ let Block */ let Rpc /** -* @type {typeof import('../dist/types.d.ts').Tools} +* @type {import('../dist/types.d.ts').Tools} */ let Tools /** -- 2.47.3