WebCola
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Buffer
Console
Error
Error
Constructor
Iterable
Iterator
Map
Constructor
Node
Buffer
Node
Module
Node
Require
Node
Require
Function
Set
Constructor
Weak
Map
Constructor
Weak
Set
Constructor
Buffer
Encoding
Slow
Buffer
___dirname
___filename
console
exports
global
module
process
require
clear
Immediate
clear
Interval
clear
Timeout
set
Immediate
set
Interval
set
Timeout
Index
Modules
"_
debugger"
"assert"
"buffer"
"child_
process"
"cluster"
"console"
"constants"
"crypto"
"dgram"
"dns"
"domain"
"events"
"fs"
"http"
"https"
"net"
"os"
"path"
"process"
"punycode"
"querystring"
"readline"
"repl"
"stream"
"string_
decoder"
"timers"
"tls"
"tty"
"url"
"util"
"v8"
"vm"
"zlib"
NodeJS
Interfaces
Buffer
Console
Error
Error
Constructor
Iterable
Iterator
Map
Constructor
Node
Buffer
Node
Module
Node
Require
Node
Require
Function
Set
Constructor
Weak
Map
Constructor
Weak
Set
Constructor
Type aliases
Buffer
Encoding
Variables
Slow
Buffer
___dirname
___filename
console
exports
global
module
process
require
Functions
clear
Immediate
clear
Interval
clear
Timeout
set
Immediate
set
Interval
set
Timeout
Type aliases
Buffer
Encoding
Buffer
Encoding
:
"ascii"
|
"utf8"
|
"utf16le"
|
"ucs2"
|
"binary"
|
"hex"
Variables
Slow
Buffer
Slow
Buffer
:
object
Type declaration
constructor
:
function
new __type
(
str
:
string
, encoding
?:
string
)
:
__type
new __type
(
size
:
number
)
:
__type
new __type
(
size
:
Uint8Array
)
:
__type
new __type
(
array
:
any
[]
)
:
__type
Parameters
str:
string
Optional
encoding:
string
Returns
__type
Parameters
size:
number
Returns
__type
Parameters
size:
Uint8Array
Returns
__type
Parameters
array:
any
[]
Returns
__type
prototype
:
Buffer
byte
Length
:
function
byte
Length
(
string
:
string
, encoding
?:
string
)
:
number
Parameters
string:
string
Optional
encoding:
string
Returns
number
concat
:
function
concat
(
list
:
Buffer
[]
, totalLength
?:
number
)
:
Buffer
Parameters
list:
Buffer
[]
Optional
totalLength:
number
Returns
Buffer
is
Buffer
:
function
is
Buffer
(
obj
:
any
)
:
boolean
Parameters
obj:
any
Returns
boolean
___dirname
___dirname
:
string
___filename
___filename
:
string
console
console
:
Console
exports
exports
:
any
global
global
:
Global
module
module
:
NodeModule
process
process
:
Process
*
GLOBAL
*
*
require
require
:
NodeRequire
Functions
clear
Immediate
clear
Immediate
(
immediateId
:
any
)
:
void
Parameters
immediateId:
any
Returns
void
clear
Interval
clear
Interval
(
intervalId
:
Timer
)
:
void
Parameters
intervalId:
Timer
Returns
void
clear
Timeout
clear
Timeout
(
timeoutId
:
Timer
)
:
void
Parameters
timeoutId:
Timer
Returns
void
set
Immediate
set
Immediate
(
callback
:
function
,
...
args
:
any
[]
)
:
any
Parameters
callback:
function
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args:
any
[]
Returns
void
Rest
...
args:
any
[]
Returns
any
set
Interval
set
Interval
(
callback
:
function
, ms
:
number
,
...
args
:
any
[]
)
:
Timer
Parameters
callback:
function
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args:
any
[]
Returns
void
ms:
number
Rest
...
args:
any
[]
Returns
Timer
set
Timeout
set
Timeout
(
callback
:
function
, ms
:
number
,
...
args
:
any
[]
)
:
Timer
Parameters
callback:
function
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args:
any
[]
Returns
void
ms:
number
Rest
...
args:
any
[]
Returns
Timer
Generated using
TypeDoc
* GLOBAL * *