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;