MCPcopy Index your code
hub / github.com/markmap/markmap / buildCSSItem

Function buildCSSItem

packages/markmap-common/src/loader.ts:114–121  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

112}
113
114export function buildCSSItem(path: string): CSSStylesheetItem {
115 return {
116 type: 'stylesheet',
117 data: {
118 href: path,
119 },
120 };
121}
122
123export function extractAssets(assets: IAssets) {
124 return [

Callers 5

config.tsFile · 0.90
config.tsFile · 0.90
config.tsFile · 0.90
initializeFunction · 0.90
common.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected