MCPcopy Create free account
hub / github.com/simstudioai/sim / isRecord

Function isRecord

apps/sim/lib/webhooks/providers/whatsapp.ts:17–19  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

15const logger = createLogger('WebhookProvider:WhatsApp')
16
17function isRecord(value: unknown): value is Record<string, unknown> {
18 return typeof value === 'object' && value !== null
19}
20
21function getWhatsAppChanges(
22 body: unknown

Callers 6

getWhatsAppChangesFunction · 0.70
normalizeWhatsAppContactFunction · 0.70
normalizeWhatsAppMessageFunction · 0.70
normalizeWhatsAppStatusFunction · 0.70
extractIdempotencyIdFunction · 0.70
formatInputFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected