From bc3cd4de70dd1f3e7c61a724d2b669c20c530758 Mon Sep 17 00:00:00 2001 From: Smoren Date: Fri, 31 Jan 2025 01:07:07 +0300 Subject: [PATCH] Minor changes. --- src/async-stream.ts | 3 ++- src/stream.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/async-stream.ts b/src/async-stream.ts index 7087f9d..920dba9 100644 --- a/src/async-stream.ts +++ b/src/async-stream.ts @@ -48,7 +48,8 @@ import { unionAsync, } from "./set"; import { - cartesianProductAsync, combinationsAsync, + cartesianProductAsync, + combinationsAsync, permutationsAsync, } from "./combinatorics"; import { diff --git a/src/stream.ts b/src/stream.ts index b2cb5d0..4797138 100644 --- a/src/stream.ts +++ b/src/stream.ts @@ -36,7 +36,8 @@ import { union, } from "./set"; import { - cartesianProduct, combinations, + cartesianProduct, + combinations, permutations, } from "./combinatorics"; import {