remove test export..

This commit is contained in:
Fries 2023-08-12 02:37:15 -07:00
parent 280c0f77af
commit bb4f5b32e8

View file

@ -87,5 +87,3 @@ export function isValidBlurhash(blurhashString: string) {
instance.free(stringPtr); instance.free(stringPtr);
return Boolean(result); return Boolean(result);
} }
export { instance as weed };