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

Interface InternalModule

ark/schema/module.ts:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface InternalModule<
22 exports extends InternalResolutions = InternalResolutions
23> extends RootModule<exports> {
24 root?: BaseRoot
25}
26
27export const bindModule = (
28 module: InternalModule,

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…