couch-kit
    Preparing search index...

    Interface MiddlewareAPI<S>

    The API surface available to each middleware.

    interface MiddlewareAPI<S extends IGameState> {
        getState: () => S;
    }

    Type Parameters

    Index
    getState: () => S