From 7f9990c2ea4157f83eb87c7c63555bc81db4732a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 21 Jul 2023 09:20:57 -0400 Subject: [PATCH] fix: change to export type --- src/cid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cid.ts b/src/cid.ts index 92ff58d..70f5e5b 100644 --- a/src/cid.ts +++ b/src/cid.ts @@ -32,4 +32,4 @@ export function verifyCid(cid: string): boolean { } } -export { CID } from "@lumeweb/libportal"; +export type { CID } from "@lumeweb/libportal";