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

5 lines (4 loc) 262 B
import { WeighedFile } from "../unweighed-strategy"; export declare function weightOfSchedule(schedule: WeighedFile[]): number; export declare function compare(a: number, b: number): 1 | 0 | -1; export declare function compare(a: string, b: string): 1 | 0 | -1;