UNPKG
apr144-dbscan
Version:
latest (1.1.1-51524)
1.1.1-51524
Customizable DBSCAN clustering for arbitrary datasets
github.com/cdxOo/dbscan
alexpreynolds/dbscan
apr144-dbscan
/
types
/
tsconfig.json
9 lines
(8 loc)
•
127 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"lib"
:
[
"es6"
]
,
"types"
:
[
]
,
"strict"
:
true
,
"noEmit"
:
true
}
}