mirror of
https://github.com/coaidev/coai.git
synced 2025-06-01 03:10:20 +09:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import { EventCommitter } from "@/events/struct.ts";
|
|
|
|
export const marketEvent = new EventCommitter<boolean>({
|
|
name: "market",
|
|
});
|