Transient
Transient<
T
>: () => () =>T
Type to annotate that something is transient. Every time this is called, a new object is created
Type parameters
• T
Returns
Function
Returns
T
Transient<
T
>: () => () =>T
Type to annotate that something is transient. Every time this is called, a new object is created
• T
Function
T