diff --git a/src/index.js b/src/index.js index 35bc9973..fca30081 100644 --- a/src/index.js +++ b/src/index.js @@ -26,4 +26,5 @@ export function calc (alg) { return operatorCalc(alg); } + export default Vector;