Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isAtom
Function
isAtom
packages/effect/src/unstable/reactivity/Atom.ts:84–84 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
82
* @since 4.0.0
83
*/
84
export
const
isAtom = (u: unknown): u is Atom<any> => hasProperty(u, TypeId)
85
86
/**
87
* Extracts the value
type
produced by an `Atom`.
Callers
1
Atom.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected