MCPcopy Create free account
hub / github.com/tinyplex/tinybase / hasMarkdown

Function hasMarkdown

site/build.ts:131–131  ·  view source on GitHub ↗
(markdown?: string)

Source from the content-addressed store, hash-verified

129const SVELTE_INTERNAL_PARAM = /^(?:internal|internals)$/;
130const SVELTE_PRIVATE_MEMBER = /^(?:element|z_\$\$bindings)$/;
131const hasMarkdown = (markdown?: string): boolean => markdown?.trim() != '';
132
133type ReflectionComment = {
134 blockTags: {tag: string; name?: string}[];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…