UNPKG
@apr144/hclust
Version:
latest (0.0.1)
0.0.1
Agglomerative hierarchical clustering in JavaScript
github.com/greenelab/hclust
greenelab/hclust
@apr144/hclust
/
babel.config.js
13 lines
(12 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ], ], };