mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 23:27:23 +01: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,
|
||||
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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue