Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active February 29, 2020 17:57
Show Gist options
  • Select an option

  • Save jwulf/7398a833081e6390fc6977cf7e3f3544 to your computer and use it in GitHub Desktop.

Select an option

Save jwulf/7398a833081e6390fc6977cf7e3f3544 to your computer and use it in GitHub Desktop.
export const MiddlewareSignals = {
Log: {
Error: 'MIDDLEWARE_ERROR',
Info: 'MIDDLEWARE_INFO',
Debug: 'MIDDLEWARE_DEBUG'
},
Event: {
Error: 'error',
Ready: 'ready',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment