MCPcopy Index your code
hub / github.com/heygen-com/hyperframes / SparticuzChromiumModule

Interface SparticuzChromiumModule

packages/aws-lambda/src/chromium.ts:150–153  ·  view source on GitHub ↗

* Dynamic import wrapper isolated so unit tests can stub the module without * jest-style module mocking gymnastics. The narrow type here pins the * subset of `@sparticuz/chromium`'s surface this package depends on; if * the upstream module ever changes shape the type error here surfaces * before

Source from the content-addressed store, hash-verified

148 * before runtime.
149 */
150interface SparticuzChromiumModule {
151 args: string[];
152 executablePath(): Promise<string>;
153}
154
155let cachedSparticuz: SparticuzChromiumModule | null = null;
156

Callers 2

probeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected