mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 20:45:13 +00:00
2a851437ff
* fix: ビルドが遅いパッケージのビルド速度を改善 * dependenciesの整理 * fix ci * ビルド開始時に古いファイルを消す * fix ci * fix ci
14 lines
215 B
TypeScript
14 lines
215 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
import { DropAndFusionGame, Mono } from './game.js';
|
|
|
|
export {
|
|
DropAndFusionGame,
|
|
};
|
|
|
|
export type {
|
|
Mono,
|
|
};
|