UNPKG

featurehub-javascript-client-sdk

Version:
10 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Readyness = void 0; var Readyness; (function (Readyness) { Readyness["NotReady"] = "NotReady"; Readyness["Ready"] = "Ready"; Readyness["Failed"] = "Failed"; })(Readyness = exports.Readyness || (exports.Readyness = {})); //# sourceMappingURL=featurehub_repository.js.map