Function: getRuleCatalogEntryForRuleName()
function getRuleCatalogEntryForRuleName(
ruleName: string
): RuntimeCleanupRuleCatalogEntry;
Defined in: _internal/rule-catalog.ts:92
Resolve stable catalog metadata for a rule name.
Parametersโ
ruleNameโ
string
Returnsโ
RuntimeCleanupRuleCatalogEntry
Throwsโ
When the rule is missing from the catalog.