comm100roy


  • ```typescript export type Event<T = any, D = any> = { type: string; target: T; data: D; };

    published 0.6.1 a month ago