Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gvergnaud/ts-pattern
/ Fn
Interface
Fn
src/types/helpers.ts:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
: never;
265
266
export
interface
Fn {
267
input: unknown;
268
output: unknown;
269
}
270
271
export
type
Call<fn extends Fn, input> = (fn & {
272
input: input;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected