@pretty-chitty/core
    Preparing search index...

    Interface IChitLibrary<P, R>

    interface IChitLibrary<P extends PlayerChit, R extends RootChit<P>> {
        Player: new () => P;
        Root: new () => R;
        [key: string]: new () => Chit;
    }

    Type Parameters

    Indexable

    • [key: string]: new () => Chit
    Index

    Properties

    Properties

    Player: new () => P
    Root: new () => R