UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

9 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Environment = void 0; var Environment; (function (Environment) { Environment["Test"] = "Test"; Environment["Prod"] = "Prod"; })(Environment || (exports.Environment = Environment = {})); //# sourceMappingURL=Environment.js.map