Skip to content

@epikodelabs/streamix


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

Type Alias: AtomOf<T>

AtomOf<T> = T extends Writable<infer U> ? Writable<U> : T extends Atom<infer U> ? Atom<U> : never

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

Resolves the atom type associated with a scope field.

Type Parameters

T

T

Released under the GNU AGPL v3 or later.