smartspawn/ts/smartspawn.classes.cluster.ts

6 lines
160 B
TypeScript

// ==============
// This file handles clustering of nodejs programs
// ==============
import * as plugins from './smartspawn.plugins';
export class Cluster {}