UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

9 lines (8 loc) 113 B
/** * Dispatch modes */ export declare enum Mode { add = "add", remove = "remove", edit = "edit" }