@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
11 lines • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServerConfigurator = void 0;
const asynchronous_handlers_1 = require("asynchronous-handlers");
/**
* Configures a {@link Server} by attaching listeners for specific events.
*/
class ServerConfigurator extends asynchronous_handlers_1.AsyncHandler {
}
exports.ServerConfigurator = ServerConfigurator;
//# sourceMappingURL=ServerConfigurator.js.map