events-dictionary

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i events-dictionary

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • mmahalwy