MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / h

Function h

web/marked.min.js:86–96  ·  view source on GitHub ↗
(l, e = "")

Source from the content-addressed store, hash-verified

84 }
85 var I = { exec: () => null };
86 function h(l, e = "") {
87 let t = typeof l == "string" ? l : l.source,
88 n = {
89 replace: (s, i) => {
90 let r = typeof i == "string" ? i : i.source;
91 return ((r = r.replace(m.caret, "$1")), (t = t.replace(s, r)), n);
92 },
93 getRegex: () => new RegExp(t, e),
94 };
95 return n;
96 }
97 var m = {
98 codeRemoveIndent: /^(?: {1,4}| {0,3}\t)/gm,
99 outputLinkReplace: /\\([\[\]])/g,

Callers 1

marked.min.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected