UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyRecordValueStyle = void 0; const DestinyRecordValueStyle = { Integer: 0, Percentage: 1, Milliseconds: 2, Boolean: 3, Decimal: 4 }; exports.DestinyRecordValueStyle = DestinyRecordValueStyle;