UNPKG
sketches-js-hassy
Version:
latest (1.0.4-hassy)
1.0.4-hassy
1.0.2-hassy
TypeScript implementation of DDSketch, a distributed quantile sketch algorithm
DataDog/sketches-js
sketches-js-hassy
/
dist
/
ddsketch
/
store
/
index.d.ts
5 lines
(4 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
export
{
Store
}
from
'./types'
;
export
{
DenseStore
}
from
'./DenseStore'
;
export
{
CollapsingLowestDenseStore
}
from
'./CollapsingLowestDenseStore'
;
export
{
CollapsingHighestDenseStore
}
from
'./CollapsingHighestDenseStore'
;