1.0.0 • Published 7 years ago

events-dictionary v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

events-dictionary

A list of browser events, their types, parameters and constructors.

Usage

import { types, constructors } from 'events-dictionary';

types.drag === 'MouseEvent' // true
types.submit === 'Event' // true
constructors[types.resize]  === window.UIEvent // true