UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GroupSortBy = void 0; const GroupSortBy = { Name: 0, Date: 1, Popularity: 2, Id: 3 }; exports.GroupSortBy = GroupSortBy;