UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

15 lines (14 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForumPostPopularity = void 0; const ForumPostPopularity = { Empty: 0, Default: 1, Discussed: 2, CoolStory: 3, HeatingUp: 4, Hot: 5 }; exports.ForumPostPopularity = ForumPostPopularity;