Interface WriterOptions

interface WriterOptions {
    chunkSize?: number;
}

Hierarchy (View Summary)

Properties

Properties

chunkSize?: number