UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommunityContentSortMode = void 0; const CommunityContentSortMode = { Trending: 0, Latest: 1, HighestRated: 2 }; exports.CommunityContentSortMode = CommunityContentSortMode;