PokéRogue
    Preparing search index...

    Interface Constructable

    interface Constructable {
        new Constructable(...args: any[]): any;
    }
    Index
    • Parameters

      • ...args: any[]

      Returns any