mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-16 01:55:44 +01: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';
|