UNPKG

parallel-es

Version:
12 lines (11 loc) 328 B
import { IFunctionId } from "../../function/function-id"; export declare const ParallelWorkerFunctionIds: { FILTER: IFunctionId; IDENTITY: IFunctionId; MAP: IFunctionId; PARALLEL_JOB_EXECUTOR: IFunctionId; RANGE: IFunctionId; REDUCE: IFunctionId; TIMES: IFunctionId; TO_ITERATOR: IFunctionId; };