UNPKG

contro-max

Version:

Game controls done in the best possible way!

4 lines (3 loc) 110 B
export interface EventTargetElem { addEventListener(type: string, listener: (event: any) => any): void; }