UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

8 lines (7 loc) 194 B
/// <reference types="node" /> /** * Redirects stream to the current test log. * @param stream */ import { Stream } from 'stream'; export default function rStreamToLog(stream: Stream): void;