UNPKG

@solid/community-server

Version:

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

8 lines (7 loc) 260 B
import type { Server } from 'node:http'; import { AsyncHandler } from 'asynchronous-handlers'; /** * Configures a {@link Server} by attaching listeners for specific events. */ export declare abstract class ServerConfigurator extends AsyncHandler<Server> { }