nationstates.js
Version:
A wrapper to interact with the NationStates API.
18 lines (17 loc) • 324 B
TypeScript
/**
* Dispatch factbook subcategories
*/
export declare 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
}