MCPcopy Create free account
hub / github.com/firebase/firebase-tools / isCommandModule

Function isCommandModule

src/command.ts:25–27  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

23}
24
25export function isCommandModule(value: unknown): value is CommandModule {
26 return typeof value === "function" && typeof (value as any).load === "function";
27}
28
29// eslint-disable-next-line @typescript-eslint/no-explicit-any
30type ActionFunction = (...args: any[]) => any;

Callers 2

index.tsFile · 0.90
loadAllFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…