MCPcopy
hub / github.com/markmap/markmap / loadCSS

Function loadCSS

packages/markmap-common/src/loader.ts:101–103  ·  view source on GitHub ↗
(items: CSSItem[])

Source from the content-addressed store, hash-verified

99}
100
101export async function loadCSS(items: CSSItem[]) {
102 await Promise.all(items.map((item) => loadCSSItem(item)));
103}
104
105export function buildJSItem(path: string): JSScriptItem {
106 return {

Callers 1

initializeFunction · 0.90

Calls 1

loadCSSItemFunction · 0.85

Tested by

no test coverage detected