UNPKG

@ribeirolabs/events

Version:

Type safe listener for custom/native events and dispatcher for custom events

9 lines 161 B
declare global { interface CustomEvents { test: { message: string; }; } } export {}; //# sourceMappingURL=index.test.d.ts.map