Files
litlyx/dashboard/vitest.setup.ts
2024-06-01 15:27:40 +02:00

2 lines
133 B
TypeScript

export const defineEventHandler = (handler: Function) => handler;
(globalThis as any).defineEventHandler = (handler: any) => handler;