MCPcopy Create free account
hub / github.com/apache/camel-website /

Class

rules.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const Rule = require("html-validate").Rule;
2
3class HtmlTitle extends Rule {
4 documentation(context) {
5 return {
6 description: "Title of the page must be defined"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected