mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-04 14:37:24 +02:00
refactor: reorder exports in index.ts for consistency
This commit is contained in:
parent
fd31f4c38c
commit
87128fad59
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue