Fix: remove the export statement

This commit is contained in:
Anton Liaposhchenko 2023-12-28 01:03:16 +02:00
parent ec7df7fd9e
commit 72b39e726d

View File

@ -11,4 +11,3 @@ try {
throw new Error('Bliss: unsupported architecture'); throw new Error('Bliss: unsupported architecture');
} }
} }
export const { analyze, analyzeSync } = module;