Class TagSystemRuleSetBuilder

A builder to build the tag system's ruleset.

Constructors

Properties

Methods

Constructors

Properties

rules: Map<TagSystemLetter, undefined | TagSystemRuleOutput> = ...

Methods

  • Build the rule-set with the configured rules.

    Returns TagSystemRuleSet

    Created rule-set.

    Remarks

    When calling this function, only one rule must be defined for each character. Otherwise, it throws an error.

Generated using TypeDoc