diff options
Diffstat (limited to 'packages/throughput-store/src/index.ts')
| -rw-r--r-- | packages/throughput-store/src/index.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/throughput-store/src/index.ts b/packages/throughput-store/src/index.ts index 24ebaba..f9a02d7 100644 --- a/packages/throughput-store/src/index.ts +++ b/packages/throughput-store/src/index.ts @@ -1,16 +1,16 @@ export { - aggregateSamples, - type ModelThroughput, - type ThroughputSample, + aggregateSamples, + type ModelThroughput, + type ThroughputSample, } from "./aggregate.js"; export { extension, manifest } from "./extension.js"; export { dayKeyOf, type Period, resolvePeriod } from "./period.js"; export { throughputStoreHandle } from "./service.js"; export { - createThroughputStore, - type ThroughputQuery, - ThroughputQueryError, - type ThroughputReport, - type ThroughputStore, - type ThroughputStoreDeps, + createThroughputStore, + type ThroughputQuery, + ThroughputQueryError, + type ThroughputReport, + type ThroughputStore, + type ThroughputStoreDeps, } from "./store.js"; |
