UNPKG

@ts-graphviz/adapter

Version:

Graphviz Runtime adapters for Cross Platform

6 lines (5 loc) 243 B
import { Layout, Options } from './types.js'; /** * Execute the Graphviz dot command and make a Stream of the results. */ export declare function toStream<T extends Layout>(dot: string, options?: Options<T>): Promise<NodeJS.ReadableStream>;