MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / MockCdnOptions

Interface MockCdnOptions

tests/setup/MockCdn.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { setupApp } from '../../internals/servers/utils';
6
7interface MockCdnOptions {
8 packages: Array<MockCdnPackage>;
9}
10
11interface MockCdnPackage {
12 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected