UNPKG

@serve.zone/spark

Version:

A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.

7 lines (6 loc) 157 B
import { Spark } from './index.js'; export declare class SparkLocalConfig { sparkRef: Spark; private kvStore; constructor(sparkRefArg: Spark); }