UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 222 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyRace} */ export declare const DestinyRace: { readonly Human: 0; readonly Awoken: 1; readonly Exo: 2; readonly Unknown: 3; };