All Event types of the Github API
npm install github-event-types



All Event types of the Github API
``javascript`
[
'CommitCommentEvent',
'CreateEvent',
'DeleteEvent',
'DeploymentEvent',
'DeploymentStatusEvent',
'DownloadEvent',
'FollowEvent',
'ForkEvent',
// ...
'WatchEvent'
]
#### npm
``
npm install github-event-types
#### Yarn
``
yarn add github-event-types
#### Bower
``
bower install github-event-types
Download the JSON file directly.
`javascript`
import githubEventTypes from 'github-event-types';
Type: Array of String
`javascript``
githubEventTypes.includes('PushEvent'); //=> true
githubEventTypes.includes('foo'); //=> false