UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

4 lines 191 B
import { Socket } from "net"; export declare const onConnectionSocket: () => (socket: Socket) => void; export declare function destroyAllSockets(): void; //# sourceMappingURL=sockets.d.ts.map