UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IgnoreStatus = void 0; const IgnoreStatus = { NotIgnored: 0, IgnoredUser: 1, IgnoredGroup: 2, IgnoredByGroup: 4, IgnoredPost: 8, IgnoredTag: 16, IgnoredGlobal: 32 }; exports.IgnoreStatus = IgnoreStatus;