MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / text

Function text

packages/ast/parse/linen/spec-helpers/index.js:9–11  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

7}
8
9function text(value) {
10 return { type: 'text', value, source: value };
11}
12
13function bold(children) {
14 return { type: 'bold', children, source: `*${source(children)}*` };

Callers 1

index.spec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected