UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

9 lines (8 loc) 309 B
/// <reference types="node" /> import { Transform, TransformCallback } from "stream"; export declare class WithPrefixTransformer extends Transform { prefix: string; includePrefix: boolean; constructor(prefix: string); _transform(chunk: string, _: string, callback: TransformCallback): void; }