Saltearse al contenido
sern

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

Source

src/types/ioc.ts:12