Search
Preparing search index...
The search index is not available
@btilford/ts-base - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PromTimerWrapperFactory
Class PromTimerWrapperFactory
Hierarchy
TimerWrapperFactory
PromTimerWrapperFactory
Index
Constructors
constructor
Properties
options
Methods
async
Timer
timer
Constructors
constructor
new
Prom
Timer
Wrapper
Factory
(
options
:
PromOptions
)
:
PromTimerWrapperFactory
Parameters
options:
PromOptions
Returns
PromTimerWrapperFactory
Properties
Protected
Readonly
options
options
:
PromOptions
Methods
async
Timer
async
Timer<T>
(
name
:
string
, tags
?:
any
)
:
TimerWrapper
<
Promise
<
T
>
>
Type parameters
T
Parameters
name:
string
Optional
tags:
any
Returns
TimerWrapper
<
Promise
<
T
>
>
timer
timer<T>
(
name
:
string
, tags
:
any
)
:
TimerWrapper
<
T
>
Type parameters
T
Parameters
name:
string
tags:
any
Returns
TimerWrapper
<
T
>
Globals
Prom
Timer
Wrapper
Factory
constructor
options
async
Timer
timer
Generated using
TypeDoc