UNPKG

@yathomasi/cypress-parallel

Version:

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

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