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
TimerWrapperFactory
Class TimerWrapperFactory
Hierarchy
TimerWrapperFactory
Implemented by
ConsoleTimerFactory
LocalTimerFactory
Index
Methods
async
Timer
timer
Methods
Abstract
async
Timer
async
Timer<T>
(
name
:
string
, tags
?:
Tags
)
:
TimerWrapper
<
Promise
<
T
>
>
Type parameters
T
Parameters
name:
string
Optional
tags:
Tags
Returns
TimerWrapper
<
Promise
<
T
>
>
Abstract
timer
timer<T>
(
name
:
string
, tags
?:
Tags
)
:
TimerWrapper
<
T
>
Type parameters
T
Parameters
name:
string
Optional
tags:
Tags
Returns
TimerWrapper
<
T
>
Globals
Timer
Wrapper
Factory
async
Timer
timer
Generated using
TypeDoc