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

4 lines (3 loc) 192 B
/// <reference types="node" /> import { NodeConfiguration } from "./configuration"; export declare function tryResolveNodeConfiguration(env: NodeJS.ProcessEnv): NodeConfiguration | undefined;