MCPcopy Index your code
hub / github.com/kyechan99/capsule-render / toString

Method toString

utils/html.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 toString() {
36 return this.content;
37 }
38}
39
40export const html = (strings: TemplateStringsArray, ...values: any[]): Html => {

Callers 2

constructorMethod · 0.80
formatCSSValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected