MCPcopy
hub / github.com/arktypeio/arktype / Callable

Interface Callable

ark/util/functions.ts:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65/** @ts-ignore required to cast function type */
66export interface Callable<fn extends Fn, attachments extends object>
67 extends fn,
68 attachments {}
69
70export class Callable<fn extends Fn, attachments extends object = {}> {
71 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…