1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-19 08:12:51 +09:00
hotomoe/packages/misskey-reversi/src/index.ts
2024-02-13 15:59:27 +00:00

9 lines
220 B
TypeScript

/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export { Game } from './game.js';
export * as Serializer from './serializer.js';
export * as maps from './maps.js';