MCPcopy Create free account
hub / github.com/chhoumann/quickadd / isUserScriptObjectExport

Function isUserScriptObjectExport

src/engine/MacroChoiceEngine.ts:132–136  ·  view source on GitHub ↗
(
	value: unknown
)

Source from the content-addressed store, hash-verified

130}
131
132function isUserScriptObjectExport(
133 value: unknown
134): value is UserScriptObjectExport {
135 return isRecord(value);
136}
137
138function getUserScriptSettings(
139 value: unknown

Callers 2

getUserScriptSettingsFunction · 0.85
userScriptDelegatorMethod · 0.85

Calls 1

isRecordFunction · 0.70

Tested by

no test coverage detected