UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AwaResponseReason = void 0; const AwaResponseReason = { None: 0, Answered: 1, TimedOut: 2, Replaced: 3 }; exports.AwaResponseReason = AwaResponseReason;