MCPcopy Create free account
hub / github.com/emwalker/digraph / getStylesheet

Function getStylesheet

client/src/server/renderFullPage.ts:11–13  ·  view source on GitHub ↗
(href: string)

Source from the content-addressed store, hash-verified

9 : '')
10
11const getStylesheet = (href: string) => (href
12 ? `<link rel="stylesheet" type="text/css" href="${href}">`
13 : '')
14
15const joinArray = (fn: (a: string) => string, array: string[] | null) => (array
16 ? array.map(fn).join('\n')

Callers 1

templateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected