TransformOptions | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional allowHalfOpen

allowHalfOpen: boolean

Optional decodeStrings

decodeStrings: boolean

Optional encoding

encoding: string

Optional flush

flush: function

Type declaration

    • (callback: Function): any
    • Parameters

      • callback: Function

      Returns any

Optional highWaterMark

highWaterMark: number

Optional objectMode

objectMode: boolean

Optional read

read: function

Type declaration

    • Parameters

      Returns any

Optional readableObjectMode

readableObjectMode: boolean

Optional transform

transform: function

Type declaration

    • (chunk: string | Buffer, encoding: string, callback: Function): any
    • Parameters

      • chunk: string | Buffer
      • encoding: string
      • callback: Function

      Returns any

Optional writableObjectMode

writableObjectMode: boolean

Optional write

write: function

Type declaration

    • (chunk: string | Buffer, encoding: string, callback: Function): any
    • Parameters

      • chunk: string | Buffer
      • encoding: string
      • callback: Function

      Returns any

Optional writev

writev: function

Type declaration

    • (chunks: object[], callback: Function): any
    • Parameters

      • chunks: object[]
      • callback: Function

      Returns any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc