MCPcopy 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

149export interface Not {
150 readonly _tag: "Not"
151 guard(u: unknown): boolean
152 evaluate(input: unknown): any
153}
154

Callers 2

addFunction · 0.65
matcher.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected