Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
through2
Dynamic module through2
Index
Variables
mod
Variables
mod
:
Through2
Through2
:
Through2
(
transform
?:
(entry: any, enc: string, callback: () => void) => void
, flush
?:
() => void
)
:
ReadWriteStream
Parameters
transform?:
(entry: any, enc: string, callback: () => void) => void
optional
flush?:
() => void
optional
Returns
ReadWriteStream
(
opts
:
DuplexOptions
, transform
?:
(entry: any, enc: string, callback: () => void) => void
, flush
?:
() => void
)
:
ReadWriteStream
Parameters
opts:
DuplexOptions
transform?:
(entry: any, enc: string, callback: () => void) => void
optional
flush?:
() => void
optional
Returns
ReadWriteStream
public
obj
(
transform
:
(entry: any, enc: string, callback: () => void) => void
, flush
?:
() => void
)
:
ReadWriteStream
Parameters
transform:
(entry: any, enc: string, callback: () => void) => void
flush?:
() => void
optional
Returns
ReadWriteStream
public
push
(
data
:
any
)
Parameters
data:
any
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
through2
tls
tty
url
util
vm
zlib
mod