method Server.prototype.closeAllConnections Usage in Deno```typescript import { Server } from "node:node__http.d.ts"; ``` Server.prototype.closeAllConnections(): void Closes all connections connected to this server. Return Type void