Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ guard
Method
guard
packages/effect/src/Match.ts:232–232 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
230
export
interface
Not {
231
readonly _tag:
"Not"
232
guard(u: unknown): boolean
233
evaluate(input: unknown): any
234
}
235
Callers
2
add
Function · 0.65
matcher.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected