Skip to content

Commit

Permalink
fix: Add missing export.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Jan 22, 2024
1 parent 8c59cf0 commit 75499f8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
export const VERSION = "1.2.1-rc.1";

export { DeferredPromise, Exception, JsonStorage, SmartIterator, Subscribers } from "./models/index.js";
export {
AggregatedIterator,
Aggregator,
DeferredPromise,
Exception,
JsonStorage,
ReducedIterator,
SmartIterator,
Subscribers

} from "./models/index.js";

export {
average,
capitalize,
Expand Down

0 comments on commit 75499f8

Please sign in to comment.