MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / isScenarioModule

Function isScenarioModule

scripts/profile/utils.ts:65–67  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

63}
64
65export function isScenarioModule(value: unknown): value is ProfileScenario {
66 return isObject(value) && typeof value.get === 'function';
67}

Callers 1

loadScenarioFunction · 0.90

Calls 1

isObjectFunction · 0.85

Tested by

no test coverage detected