@epikodelabs/streamix / src/public-api / TokenValue
Type Alias: TokenValue<T>
TokenValue<
T> =TextendsToken<infer V> ?V:never
Defined in: projects/libraries/streamix/src/lib/ioc/token.ts:29
Extracts the value type of a Token.
Type Parameters
T
T