UNPKG

wallee

Version:
9 lines (8 loc) 285 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.Environment = void 0; var Environment; (function (Environment) { Environment["LIVE"] = "LIVE"; Environment["PREVIEW"] = "PREVIEW"; })(Environment || (exports.Environment = Environment = {}));