PokéRogue
    Preparing search index...

    Type helper that adds a brand to a type, used for nominal typing.

    Brands should be either a string or unique symbol. This prevents overlap with other types.

    Type Parameters

    • B extends string | symbol
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • B extends string | symbol

      Returns Brander<B>

    Properties

    __brand: B