UNPKG

haste-arcade-sdk

Version:

An SDK for integrating 3rd party games into the Haste Arcade gaming platform.

9 lines (8 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Origin = void 0; var Origin; (function (Origin) { Origin["PROD"] = "https://app.hastearcade.com"; Origin["DEV"] = "https://dev.hastearcade.com"; })(Origin || (exports.Origin = Origin = {}));