MCPcopy Create free account
hub / github.com/Borrus-sudo/tinypages / script

Function script

packages/vite/src/node/render/page.ts:25–26  ·  view source on GitHub ↗
(cloneProps)

Source from the content-addressed store, hash-verified

23 "color:red; background-color: lightpink;border: 2px dotted black;margin-bottom: 36px;";
24const preact = null;
25const script = (cloneProps) =>
26 $("script", { type: "application/json" }, JSON.stringify(cloneProps));
27
28interface NeededContext {
29 utils: Utils;

Callers 1

renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected