mirror of
https://github.com/coaidev/coai.git
synced 2025-05-23 06:50:14 +09:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { EventCommitter } from "@/events/struct.ts";
|
|
|
|
export const blobEvent = new EventCommitter<File | File[]>({
|
|
name: "blob",
|
|
});
|