UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

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