EVENTS top-level constant

List const EVENTS

Implementation

const List EVENTS = [
  'error',
  'connect',
  'disconnect',
  'disconnecting',
  'newListener',
  'removeListener'
];