MCPcopy
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
266export interface Fn {
267 input: unknown;
268 output: unknown;
269}
270
271export 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