Skip to content

@epikodelabs/streamix


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

Type Alias: ScopePublicValue<T>

ScopePublicValue<T> = T extends Atom<infer U> ? WidenValue<U> : T

Defined in: projects/libraries/streamix/src/lib/atoms/scope.ts:293

Converts an atom-backed member into the value shape exposed on the scope proxy.

Type Parameters

T

T

Released under the GNU AGPL v3 or later.