MCPcopy 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

230export interface Not {
231 readonly _tag: "Not"
232 guard(u: unknown): boolean
233 evaluate(input: unknown): any
234}
235

Callers 2

addFunction · 0.65
matcher.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected