MCPcopy Index your code
hub / github.com/connorads/remobi / LoadedConfig

Interface LoadedConfig

cli.ts:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96interface LoadedConfig {
97 readonly config: RemobiConfig
98 readonly source: string
99}
100
101function isRecord(value: unknown): value is Record<string, unknown> {
102 return typeof value === 'object' && value !== null && !Array.isArray(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected