refactor: reorder exports in index.ts for consistency

This commit is contained in:
Marc Emmanuel 2026-03-14 20:11:23 +01:00
parent fd31f4c38c
commit 87128fad59

View file

@ -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,
};