UNPKG

@split-tests/core

Version:
6 lines (5 loc) 157 B
import { TimeReport } from "./types"; export declare function distribute(reports: TimeReport[], jobs: number): { time: number; files: string[]; }[];