Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / TokenValue

Type Alias: TokenValue<T>

TokenValue<T> = T extends Token<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

Released under the GNU AGPL v3 or later.