UNPKG

slavery-js

Version:

A simple clustering app that allows you to scale an application on multiple thread, containers or machines

8 lines (6 loc) 162 B
type EntryOptions = { host: string; port: number; }; declare const entry: (entryOptions: EntryOptions) => ProxyConstructor; export { entry as default };