MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / bold

Function bold

packages/ast/parse/discord/spec-helpers/index.js:13–15  ·  view source on GitHub ↗
(children)

Source from the content-addressed store, hash-verified

11}
12
13function bold(children) {
14 return { type: 'bold', children, source: `**${source(children)}**` };
15}
16
17function italic(children, character = '_') {
18 return {

Callers 1

index.spec.jsFile · 0.50

Calls 1

sourceFunction · 0.70

Tested by

no test coverage detected