UNPKG

fide-ratings-scraper

Version:
10 lines (8 loc) 142 B
/** * CLI operation types */ const OPERATION_TYPES = Object.freeze({ GET: "get", API: "api", }); module.exports = OPERATION_TYPES;