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, nth,
openURL, openURL,
P, P,
Pint,
parseError, parseError,
parseTransform, parseTransform,
Pint,
poissonDiscSampler, poissonDiscSampler,
ra, ra,
rand, rand,
@ -350,10 +350,10 @@ export {
shouldRegenerateGrid, shouldRegenerateGrid,
si, si,
splitInTwo, splitInTwo,
TYPED_ARRAY_MAX_VALUES,
throttle, throttle,
toHEX, toHEX,
trimVowels, trimVowels,
TYPED_ARRAY_MAX_VALUES,
unique, unique,
wiki, wiki,
}; };