UNPKG

@towercg2/server

Version:

The server runtime for the TowerCG2 video graphics system.

4 lines (3 loc) 167 B
import { Reducer, AnyAction } from "redux"; import { RosterPluginState } from "@towercg2/client"; export declare const reducer: Reducer<RosterPluginState, AnyAction>;