mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
2 lines
133 B
TypeScript
2 lines
133 B
TypeScript
export const defineEventHandler = (handler: Function) => handler;
|
|
(globalThis as any).defineEventHandler = (handler: any) => handler; |