MCPcopy Index your code
hub / github.com/simstudioai/sim / asBoolean

Function asBoolean

apps/sim/tools/instantly/utils.ts:360–362  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

358}
359
360function asBoolean(value: unknown): boolean | null {
361 return typeof value === 'boolean' ? value : null
362}

Callers 2

mapCampaignFunction · 0.70
mapLeadListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected