mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 06:53:09 +02:00
c1514ce91d
Fix #13290
8 lines
220 B
TypeScript
8 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';
|