@epikodelabs/streamix / src/public-api / AtomOf
Type Alias: AtomOf<T>
AtomOf<
T> =TextendsWritable<infer U> ?Writable<U> :TextendsAtom<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