rox-ssr
Version:
CloudBees Feature Management JavaScript SDK for Server-Side Rendering
14 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoxString = void 0;
const utils_1 = require("./utils");
const internalRoxString = utils_1.internalRox.RoxString;
/**
* Used to create and manage Rollout feature flags that determine different predefined values
*
* https://support.rollout.io/docs/nodejs-api#section--variant-
*/
class RoxString extends internalRoxString {
}
exports.RoxString = RoxString;
//# sourceMappingURL=string.js.map