UNPKG

@sidequest/engine

Version:

@sidequest/engine is the core engine of SideQuest, a distributed background job processing system for Node.js and TypeScript.

5 lines (3 loc) 140 B
declare const DEFAULT_WORKER_PATH: string; declare const DEFAULT_RUNNER_PATH: string; export { DEFAULT_RUNNER_PATH, DEFAULT_WORKER_PATH };