UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

7 lines (6 loc) 252 B
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; }>;