UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

7 lines (6 loc) 219 B
type Task<T> = () => Promise<T>; export declare const ParallelChunksModule: { defineTaskChunks: (taskId: string, taskChunks: number) => void; run: <T>(taskId: string, task: Task<T>) => Promise<T>; }; export {};