UNPKG

fide-ratings-scraper

Version:
15 lines (13 loc) 253 B
/** * Resource types */ const RESOURCE_TYPES = Object.freeze({ GET: { INFO: "info", PERSONAL_DATA: "personal-data", RANK: "rank", ELO: "elo", HISTORY: "history", }, }); module.exports = RESOURCE_TYPES;