UNPKG

apextab-api

Version:

A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.

9 lines (8 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Platform; (function (Platform) { Platform["PC"] = "pc"; Platform["PS4"] = "psn"; Platform["XBOX_ONE"] = "xbl"; })(Platform = exports.Platform || (exports.Platform = {}));