@faubulous/mentor-rdf-parsers
    Preparing search index...

    Function getLastTokenOfType

    • Get the last token of a given type.

      Parameters

      • tokens: IToken[]

        A list of tokens.

      • types: Iterable<string>

        The type name of the token.

      Returns IToken

      The last token of the given type, if it exists, undefined otherwise.