MCPcopy
hub / github.com/web-infra-dev/garfish / LoaderOptions

Interface LoaderOptions

packages/loader/src/index.ts:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 | JavaScriptManager;
33
34export interface LoaderOptions {
35 /**
36 * The unit is byte
37 */
38 maxSize?: number;
39}
40
41export interface CacheValue<T extends Manager> {
42 url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected