mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
* Removed scrape trainer names * Removed `selfStatLowerMoves` * Update move.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Started work on the script again * Made script actually work * Made finishing touches on script * Fixed main repo code to not expect snake cased locale strings * Update trainer.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> * Remove biome ignore range * Fix typedoc.json * rename `getRandomLocaleKey` to `getRandomLocaleEntry` --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
/**
|
|
* @typedef {Object}
|
|
* parsedNames
|
|
* A parsed object containing the desired names.
|
|
* @property {string[]} male
|
|
* @property {string[]} female
|
|
*/
|
|
|
|
export {};
|