MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / isRecord

Function isRecord

integrations/raycast/src/lib/zen.ts:210–212  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

208}
209
210export function isRecord(value: unknown): value is Record<string, unknown> {
211 return typeof value === "object" && value !== null;
212}
213
214function zenCandidates(): string[] {
215 // #126: the CLI is `zn` now (renamed from `zen`, which clashes with Zen

Callers 5

execFileWithClosedStdinFunction · 0.70
parseNoteFunction · 0.70
loadVaultRootFunction · 0.70
toLoadErrorFunction · 0.70
isMissingExecutableErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected