Search
Preparing search index...
The search index is not available
timestamp-nano
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
timestamp-nano
Index
Modules
"assert"
"async_
hooks"
"buffer"
"child_
process"
"cluster"
"console"
"constants"
"crypto"
"dgram"
"dns"
"domain"
"events"
"fs"
"http"
"http2"
"https"
"inspector"
"mocha"
"module"
"net"
"os"
"path"
"perf_
hooks"
"process"
"punycode"
"querystring"
"readline"
"repl"
"stream"
"string_
decoder"
"timers"
"tls"
"tty"
"url"
"util"
"v8"
"vm"
"zlib"
NodeJS
set
Immediate
set
Timeout
Classes
Mocha
Timestamp
Interfaces
Buffer
Console
Error
Error
Constructor
Iterable
Iterable
Iterator
Iterator
Iterator
Result
Map
Constructor
Mocha
Done
Mocha
Setup
Options
Node
Buffer
Node
Extensions
Node
Module
Node
Require
Node
Require
Function
Reporter
Constructor
Set
Constructor
String
Symbol
Constructor
Weak
Map
Constructor
Weak
Set
Constructor
Type aliases
Buffer
Encoding
Variables
Slow
Buffer
Symbol
___dirname
___filename
console
context
describe
exports
global
it
mocha
module
process
require
specify
suite
test
xdescribe
xit
Functions
after
after
Each
before
before
Each
clear
Immediate
clear
Interval
clear
Timeout
run
set
Interval
setup
suite
Setup
suite
Teardown
teardown
Type aliases
Buffer
Encoding
Buffer
Encoding
:
"ascii"
|
"utf8"
|
"utf16le"
|
"ucs2"
|
"base64"
|
"latin1"
|
"binary"
|
"hex"
Variables
Slow
Buffer
Slow
Buffer
:
object
Type declaration
constructor
:
function
new __type
(
str
:
string
, encoding
?:
string
)
:
Buffer
new __type
(
size
:
number
)
:
Buffer
new __type
(
size
:
Uint8Array
)
:
Buffer
new __type
(
array
:
any
[]
)
:
Buffer
Parameters
str:
string
Optional
encoding:
string
Returns
Buffer
Parameters
size:
number
Returns
Buffer
Parameters
size:
Uint8Array
Returns
Buffer
Parameters
array:
any
[]
Returns
Buffer
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
Symbol
Symbol
:
SymbolConstructor
___dirname
___dirname
:
string
___filename
___filename
:
string
Export assignment
console
console
:
Console
context
context
:
IContextDefinition
describe
describe
:
IContextDefinition
exports
exports
:
any
global
global
:
Global
it
it
:
ITestDefinition
mocha
mocha
:
Mocha
module
module
:
NodeModule
Export assignment
process
process
:
Process
*
GLOBAL
*
*
require
require
:
NodeRequire
specify
specify
:
ITestDefinition
suite
suite
:
IContextDefinition
test
test
:
ITestDefinition
xdescribe
xdescribe
:
IContextDefinition
xit
xit
:
ITestDefinition
Functions
after
after
(
callback
:
function
)
:
void
after
(
description
:
string
, callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IHookCallbackContext
, done
:
MochaDone
)
:
any
Parameters
this:
IHookCallbackContext
done:
MochaDone
Returns
any
Returns
void
Parameters
description:
string
callback:
function
(
this
:
IHookCallbackContext
, done
:
MochaDone
)
:
any
Parameters
this:
IHookCallbackContext
done:
MochaDone
Returns
any
Returns
void
after
Each
after
Each
(
callback
:
function
)
:
void
after
Each
(
description
:
string
, callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IBeforeAndAfterContext
, done
:
MochaDone
)
:
any
Parameters
this:
IBeforeAndAfterContext
done:
MochaDone
Returns
any
Returns
void
Parameters
description:
string
callback:
function
(
this
:
IBeforeAndAfterContext
, done
:
MochaDone
)
:
any
Parameters
this:
IBeforeAndAfterContext
done:
MochaDone
Returns
any
Returns
void
before
before
(
callback
:
function
)
:
void
before
(
description
:
string
, callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IHookCallbackContext
, done
:
MochaDone
)
:
any
Parameters
this:
IHookCallbackContext
done:
MochaDone
Returns
any
Returns
void
Parameters
description:
string
callback:
function
(
this
:
IHookCallbackContext
, done
:
MochaDone
)
:
any
Parameters
this:
IHookCallbackContext
done:
MochaDone
Returns
any
Returns
void
before
Each
before
Each
(
callback
:
function
)
:
void
before
Each
(
description
:
string
, callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IBeforeAndAfterContext
, done
:
MochaDone
)
:
any
Parameters
this:
IBeforeAndAfterContext
done:
MochaDone
Returns
any
Returns
void
Parameters
description:
string
callback:
function
(
this
:
IBeforeAndAfterContext
, done
:
MochaDone
)
:
any
Parameters
this:
IBeforeAndAfterContext
done:
MochaDone
Returns
any
Returns
void
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
run
run
(
)
:
void
Returns
void
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
setup
setup
(
callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IBeforeAndAfterContext
, done
:
MochaDone
)
:
any
Parameters
this:
IBeforeAndAfterContext
done:
MochaDone
Returns
any
Returns
void
suite
Setup
suite
Setup
(
callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IHookCallbackContext
, done
:
MochaDone
)
:
any
Parameters
this:
IHookCallbackContext
done:
MochaDone
Returns
any
Returns
void
suite
Teardown
suite
Teardown
(
callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IHookCallbackContext
, done
:
MochaDone
)
:
any
Parameters
this:
IHookCallbackContext
done:
MochaDone
Returns
any
Returns
void
teardown
teardown
(
callback
:
function
)
:
void
Parameters
callback:
function
(
this
:
IBeforeAndAfterContext
, done
:
MochaDone
)
:
any
Parameters
this:
IBeforeAndAfterContext
done:
MochaDone
Returns
any
Returns
void
Globals
Externals
"assert"
"async_
hooks"
"buffer"
"child_
process"
"cluster"
"console"
"constants"
"crypto"
"dgram"
"dns"
"domain"
"events"
"fs"
"http"
"http2"
"https"
"inspector"
"mocha"
"module"
"net"
"os"
"path"
"perf_
hooks"
"process"
"punycode"
"querystring"
"readline"
"repl"
"stream"
"string_
decoder"
"timers"
"tls"
"tty"
"url"
"util"
"v8"
"vm"
"zlib"
NodeJS
set
Immediate
set
Timeout
Mocha
Timestamp
Buffer
Console
Error
Error
Constructor
Iterable
Iterable
Iterator
Iterator
Iterator
Result
Map
Constructor
Mocha
Done
Mocha
Setup
Options
Node
Buffer
Node
Extensions
Node
Module
Node
Require
Node
Require
Function
Reporter
Constructor
Set
Constructor
String
Symbol
Constructor
Weak
Map
Constructor
Weak
Set
Constructor
Buffer
Encoding
Slow
Buffer
Symbol
___dirname
___filename
console
context
describe
exports
global
it
mocha
module
process
require
specify
suite
test
xdescribe
xit
after
after
Each
before
before
Each
clear
Immediate
clear
Interval
clear
Timeout
run
set
Interval
setup
suite
Setup
suite
Teardown
teardown
Generated using
TypeDoc
* GLOBAL * *