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.

8 lines (7 loc) 223 B
import * as plugins from './spark.plugins.js'; import { Spark } from './index.js'; export declare class SparkConfig { sparkRef: Spark; kvStore: plugins.npmextra.KeyValueStore; constructor(sparkRefArg: Spark); }