UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

14 lines 635 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationSerializer = void 0; const asynchronous_handlers_1 = require("asynchronous-handlers"); /** * Converts a {@link Notification} into a {@link Representation} that can be transmitted. * * This is a separate class between a generator and emitter, * so that a specific notification channel type can add extra metadata to the Representation if needed. */ class NotificationSerializer extends asynchronous_handlers_1.AsyncHandler { } exports.NotificationSerializer = NotificationSerializer; //# sourceMappingURL=NotificationSerializer.js.map