Skip to content

@epikodelabs/streamix


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

Type Alias: UnwrapScopeValues<T>

UnwrapScopeValues<T> = { [K in keyof T]: T[K] extends Atom<infer U> ? WidenValue<U> : T[K] }

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

Converts atom-backed scope members into their public value shape.

Type Parameters

T

T

Released under the GNU AGPL v3 or later.