UNPKG

@throneless/libsignal-service

Version:

A fork of the the libtextsecure components of Signal-Desktop, adapted for use by nodejs.

15 lines (10 loc) 140 B
/* * vim: ts=2:sw=2:expandtab * */ class Event { constructor(type) { this.type = type; } } exports = module.exports = Event;