UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

18 lines (17 loc) 317 B
/** * Dispatch factbook subcategories */ export enum Factbook { overview = 100, history = 101, geography = 102, culture = 103, politics = 104, legislation = 105, religion = 106, military = 107, economy = 108, international = 109, trivia = 110, miscellaneous = 111, }