UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

10 lines (9 loc) 122 B
/** * Dispatch categories */ export enum Category { factbook = 1, bulletin = 3, account = 5, meta = 8 }