UNPKG

@fdot/arculus-staff-service

Version:

Simplifies usage of the Arculus Staff Service

9 lines (8 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Environment = void 0; var Environment; (function (Environment) { Environment["Test"] = "Test"; Environment["Production"] = "Production"; })(Environment || (exports.Environment = Environment = {}));