UNPKG

@gent-js/gent

Version:

template-based data generator.

4 lines (3 loc) 187 B
import * as stream from "node:stream"; import type { OutputOptions } from "../types.js"; export declare function initializeOutput(outputOptions: OutputOptions): Promise<stream.Writable>;