UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TierType = void 0; const TierType = { Unknown: 0, Currency: 1, Basic: 2, Common: 3, Rare: 4, Superior: 5, Exotic: 6 }; exports.TierType = TierType;