Skip to main content

SkipServer

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