From dccb1280e030ddebc7a35795fa31bd675f2c1755 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 16 Mar 2018 10:20:24 +0700 Subject: [PATCH] Update 'index.js' --- index.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/index.js b/index.js index 19c23ed..40bd269 100644 --- a/index.js +++ b/index.js @@ -1,17 +1,17 @@ -export {default as forceNeighbourSampling} - from "./src/neighbourSampling"; - -export { default as forceBarnesHut} - from "./src/barnesHut"; -/* -export { default as tSNE} - from "./src/t-sne"; -*/ -export { default as forceLinkFullyConnected} - from "./src/link"; - -export { default as hybridSimulation} - from "./src/hybridSimulation"; - -export { getStress as calculateStress } - from "./src/stress"; +export {default as forceNeighbourSampling} + from "./src/neighbourSampling"; + +export { default as forceBarnesHut} + from "./src/barnesHut"; + +export { default as tSNE} + from "./src/t-sne"; + +export { default as forceLinkFullyConnected} + from "./src/link"; + +export { default as hybridSimulation} + from "./src/hybridSimulation"; + +export { getStress as calculateStress } + from "./src/stress";