Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Jan 30, 2025
1 parent 0c79289 commit bc3cd4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/async-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ import {
unionAsync,
} from "./set";
import {
cartesianProductAsync, combinationsAsync,
cartesianProductAsync,
combinationsAsync,
permutationsAsync,
} from "./combinatorics";
import {
Expand Down
3 changes: 2 additions & 1 deletion src/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import {
union,
} from "./set";
import {
cartesianProduct, combinations,
cartesianProduct,
combinations,
permutations,
} from "./combinatorics";
import {
Expand Down

0 comments on commit bc3cd4d

Please sign in to comment.