Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix: Add export product to mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Sep 2, 2022
1 parent 48c2736 commit 3a2c67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Expand Up @@ -8,6 +8,7 @@ export * from "./src/fold.ts";
export * from "./src/forEach.ts";
export * from "./src/map.ts";
export * from "./src/pipe.ts";
export * from "./src/product.ts";
export * from "./src/range.ts";
export * from "./src/reduce.ts";
export * from "./src/skip.ts";
Expand Down

0 comments on commit 3a2c67a

Please sign in to comment.