Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ guard
Method
guard
packages/effect/src/Match.ts:151–151 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
149
export
interface
Not {
150
readonly _tag:
"Not"
151
guard(u: unknown): boolean
152
evaluate(input: unknown): any
153
}
154
Callers
2
add
Function · 0.65
matcher.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected