UNPKG

mongodb-stitch

Version:

[![Join the chat at https://gitter.im/mongodb/stitch](https://badges.gitter.im/mongodb/stitch.svg)](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

7 lines (6 loc) 183 B
export default class Event { static readonly MESSAGE_EVENT: string; readonly eventName: string; readonly data: string; constructor(eventName: string, data: string); }