Interface WriteStream

Hierarchy

  • WriteStream
    • WriteStream

Properties

Methods

Properties

path: string | Buffer

Methods

  • Parameters

    • chunk: any
    • Optional encoding: BufferEncoding | ((error: undefined | null | Error) => void)
    • Optional cb: ((error: undefined | null | Error) => void)
        • (error: undefined | null | Error): void
        • Parameters

          • error: undefined | null | Error

          Returns void

    Returns boolean

Generated using TypeDoc