MCPcopy
hub / github.com/Effect-TS/effect / type

Function type

packages/effect/src/internal/matcher.ts:200–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198
199/** @internal */
200export const type = <I>(): Matcher<
201 I,
202 Types.Without<never>,
203 I,
204 never,
205 never
206> => makeTypeMatcher([])
207
208/** @internal */
209export const value = <const I>(

Callers 2

goFunction · 0.85
Pretty.tsFile · 0.85

Calls 1

makeTypeMatcherFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…