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

Method rules

web/marked.min.js:1222–1224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1220 (this.tokenizer.rules = t));
1221 }
1222 static get rules() {
1223 return { block: B, inline: P };
1224 }
1225 static lex(e, t) {
1226 return new l(t).lex(e);
1227 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected