UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

9 lines (8 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PAYMENT_PROVIDERS = void 0; exports.PAYMENT_PROVIDERS = { STRIPE: 'stripe', PAYPAL: 'paypal', OTHER: 'other', };