From bb4f5b32e89078507f0b3d310e1796d020c375e5 Mon Sep 17 00:00:00 2001 From: Fries Date: Sat, 12 Aug 2023 02:37:15 -0700 Subject: [PATCH] remove test export.. --- src/library.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/library.ts b/src/library.ts index 95ebfff..8f72362 100644 --- a/src/library.ts +++ b/src/library.ts @@ -87,5 +87,3 @@ export function isValidBlurhash(blurhashString: string) { instance.free(stringPtr); return Boolean(result); } - -export { instance as weed };