UNPKG

@gent-js/gent

Version:

template-based data generator.

4 lines (3 loc) 283 B
import * as stream from "node:stream"; import type { RotateOutputPathGenerator } from "./types.js"; export declare function createFileOutput(nonRotateOutputPath: string, rotateSize: string | undefined, rotateOutputPathGenerator: RotateOutputPathGenerator): Promise<stream.Writable>;