/* * SPDX-FileCopyrightText: 2024-2025 Pagefault Games * SPDX-FileContributor: Bertie690 * * SPDX-License-Identifier: AGPL-3.0-only */ /** * @typedef {Object} * parsedNames * A parsed object containing the desired names. * @property {string[]} male * @property {string[]} female */ export {};