UNPKG

testcontainers

Version:

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container

5 lines (4 loc) 197 B
/// <reference types="node" /> import { Readable } from "stream"; import Dockerode from "dockerode"; export declare function demuxStream(dockerode: Dockerode, stream: Readable): Promise<Readable>;