@skipruntime/serverType AliasesSkipServerOn this pageSkipServer type SkipServer = object; A running Skip server. Type declaration close() close: () => void; Stop accepting new connections, close existing connections, and halt a running service. Returns void