From 87128fad594c3b6a6c600c74b59df5669ef0d464 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Sat, 14 Mar 2026 20:11:23 +0100 Subject: [PATCH] refactor: reorder exports in index.ts for consistency --- src/utils/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 41738d66..d0999679 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -335,9 +335,9 @@ export { nth, openURL, P, + Pint, parseError, parseTransform, - Pint, poissonDiscSampler, ra, rand, @@ -350,10 +350,10 @@ export { shouldRegenerateGrid, si, splitInTwo, + TYPED_ARRAY_MAX_VALUES, throttle, toHEX, trimVowels, - TYPED_ARRAY_MAX_VALUES, unique, wiki, };