MCPcopy Create free account
hub / github.com/2fd/graphdoc / value

Method value

lib/utility/html.ts:99–103  ·  view source on GitHub ↗
(val: string)

Source from the content-addressed store, hash-verified

97 }
98
99 value(val: string): string {
100 return val[0] === '"' ?
101 `<span class="string">${val}</span>` :
102 `<span class="constant numeric">${val}</span>`;
103 }
104}
105
106

Callers 1

deprecatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected