UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

3 lines (2 loc) 178 B
import type { ChildProcessWithoutNullStreams } from "child_process"; export declare const pipeWithPrefix: (childProcess: ChildProcessWithoutNullStreams, prefix: string) => void;