@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface DocMakerOutputArgs {
        readFileSync(
            path: PathLike,
        ): string | Buffer<ArrayBufferLike> | undefined;
        writeFileSync(path: PathLike, data: string): void;
    }
    Index

    Methods