MCPcopy Index your code
hub / github.com/darkreader/darkreader / exportGeneratedCSS

Function exportGeneratedCSS

src/api/index.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75export async function exportGeneratedCSS(): Promise<string> {
76 return await collectCSS();
77}
78
79export const setFetchMethod = setFetch;

Callers

nothing calls this directly

Calls 1

collectCSSFunction · 0.90

Tested by

no test coverage detected