UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

8 lines (7 loc) 283 B
/// <reference types="node" /> import { Writable } from 'node:stream'; import { ILogger } from '../environment'; export declare function createStream(target: string, onStreamError: () => void, cwd: string, logger: ILogger): Promise<{ directory: string; stream: Writable; }>;