UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

8 lines (7 loc) 162 B
/** * Enumerator for the different WA client calls. See addCouncilID() for usage. */ export enum CouncilID { GeneralAssembly = 1, SecurityCouncil = 2 }