UNPKG

@badeball/cypress-parallel

Version:

[![Build status](https://github.com/badeball/cypress-parallel/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-parallel/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/npm/dw/@badeball/cypress-pa

3 lines (2 loc) 215 B
import { WeighedFile, UnweighedFile, NodeSchedule } from "../unweighed-strategy"; export declare function distribute(weighedFiles: WeighedFile[], unweighedFiles: UnweighedFile[], nodeCount: number): NodeSchedule[];