Interface TagSystemWord

The "sequence of letters" used by the tag system.

interface TagSystemWord {
    asLetters(): TagSystemLetter[];
    toString(): string;
}

Methods

  • Returns string representation of this word.

    Returns string

Generated using TypeDoc