MCPcopy
hub / github.com/Automattic/juice / WebResourcesOptions

Interface WebResourcesOptions

index.d.ts:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 export interface WebResourcesOptions {
34 fileContent?: string;
35 images?: boolean | number;
36 inlineAttribute?: string;
37 links?: boolean | number;
38 rebaseRelativeTo?: string;
39 relativeTo?: string;
40 scripts?: boolean | number;
41 strict?: boolean;
42 svgs?: boolean | number;
43 }
44}
45
46interface Juice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…