UNPKG

steamcommunity

Version:

Provides an interface for logging into and interacting with the Steam Community website

14 lines (12 loc) 208 B
/** * @enum ESharedFileType */ module.exports = { "Screenshot": 0, "Artwork": 1, "Guide": 2, // Value-to-name mapping for convenience "0": "Screenshot", "1": "Artwork", "2": "Guide" };