@bunchmark/presentation
Advanced tools
Comparing version 1.0.0-pre-3 to 1.0.0-pre-5
{ | ||
"name": "@bunchmark/presentation", | ||
"version": "1.0.0-pre-3", | ||
"version": "1.0.0-pre-5", | ||
"description": "The Bunchmark data presentation utilities", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,4 +0,4 @@ | ||
export { prensentStats } from "./src/text.js" | ||
export { prensentStats, scientific } from "./src/text.js" | ||
export { getRanks } from "./src/race.js" | ||
export { getBins } from "./src/bins.js" | ||
5641