Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
200
export
const
type
= <I>(): Matcher<
201
I,
202
Types.Without<never>,
203
I,
204
never,
205
never
206
> => makeTypeMatcher([])
207
208
/** @internal */
209
export
const
value = <
const
I>(
Callers
2
go
Function · 0.85
Pretty.ts
File · 0.85
Calls
1
makeTypeMatcher
Function · 0.85
Tested by
no test coverage detected