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

Function isUserScriptFunction

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

Source from the content-addressed store, hash-verified

126}
127
128function isUserScriptFunction(value: unknown): value is UserScriptFunction {
129 return typeof value === "function";
130}
131
132function isUserScriptObjectExport(
133 value: unknown

Callers 1

userScriptDelegatorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected