Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ isMicro
Function
isMicro
packages/effect/src/Micro.ts:142–142 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
140
* @category guards
141
*/
142
export
const
isMicro = (u: unknown): u is Micro<any, any, any> => typeof u ===
"object"
&& u !== null && TypeId in u
143
144
/**
145
* @since 3.4.0
Callers
1
Micro.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected