@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
11 lines • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationHandler = void 0;
const asynchronous_handlers_1 = require("asynchronous-handlers");
/**
* Makes sure an activity gets emitted to the relevant channel.
*/
class NotificationHandler extends asynchronous_handlers_1.AsyncHandler {
}
exports.NotificationHandler = NotificationHandler;
//# sourceMappingURL=NotificationHandler.js.map