From 72b39e726da4ccaac16120560198b883b97c2bae Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 28 Dec 2023 01:03:16 +0200 Subject: [PATCH] Fix: remove the export statement --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index d72ff0c..05797ea 100644 --- a/index.js +++ b/index.js @@ -11,4 +11,3 @@ try { throw new Error('Bliss: unsupported architecture'); } } -export const { analyze, analyzeSync } = module;